We have large C++ project that we used to compile with the /MP switch to take advantage of multiple cores.
However, we recently brought in some code that uses #impor
You can use the /MP option for the project as a whole, and then make an exception for a single file using the /MP1 option.