- Tools -> Options
- Projects and Solutions\VC++ Project Settings
- Maximum concurrent C++ compilations
Also, as Ross Smith said in the comments, you also need to turn on the “Multiprocessor compilation” option on the project:
- Project properties
- Configuration Properties > C/C++ > General
- Multi-Processor Compilation
- Profit!