VS 2008 C++ build output?
- by STingRaySC
Why when I watch the build output from a VC++ project in VS do I see:
1Compiling...
1a.cpp
1b.cpp
1c.cpp
1d.cpp
1e.cpp
[etc...]
1Generating code...
1x.cpp
1y.cpp
[etc...]
The output looks as though several compilation units are being handled before any code is generated. Is this really going on? I'm trying to improve…