How can I get VS 2010 to run more than one C++ compile process at a time? I mean building object modules in parallel; I'm not interested in building more than one project at a time (I know about Tools > Options > Build and Run < Maximum number of parallel project builds, but that doesn't do what I want).
Basically, I'm looking for Visual Studio's equivalent of "make -jN".
-edit- I'm putting a bounty.
The current option exist however that doesnt make more than one cl process appear thus compiling is still 1 cpu. Does anyone have a solution for VS10 or 11 (which is in beta)? Also flags/options that prevent the multithread flag from working should be mentioned. I have many cores and it annoys me to use only 1.