I\'m generating preprocessor output (.i) from Visual Studio, but also want to do the actual build. Is there a combination of flags that will both output the .i file without then
You can add a custom build step or a new target to dump the preprocess after the code is built by definition the dumped preprocessor output is what is built.