简体   繁体   中英

How to process all #include directives in Visual Studio C++ 2005?

I want to see how my #include files be processed when Microsoft Visual Studio C++ compile it. As I remember, there is a compile option to inline all #includes and #define lines but I can't find it. I use MSVC 2005 sp1.

您要查找的选项位于项目属性的“ C / C ++”,“预处理器”下,然后根据需要将“生成预处理文件”更改为“具有行号”或“没有行号”。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM