I am trying to visualize my source code preprocessed in Visual Studio, but I can't get to output anything. No error, but not any .i file in the end either.
I have seen these options for cl.exe
here: How do I see a C/C++ source file after preprocessing in Visual Studio?
used /P
, but after compile, their is nothing more in my project directory or subfolders.
also tried this: "preprocess current file" addin for Visual Studio? (C++ )
I have adapted the path to devenv.exe
to match with my install, but I get a warning from Visual Studio, basically an help man.
Am I completely missing something? How get the preprocessed .i files?