How can I see the output of the Visual C++ preprocessor? [duplicate]

Project properties -> C/C++ -> Preprocessing -> Preprocess to a file: Yes (/P)

The files will be called .i and will be created in the build directory.

Also see the msdn page.

Leave a Comment