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".
Also, as Ross Smith said in the comments, you also need to turn on the "Multiprocessor compilation" option on the project: