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 a
I see! Your requirement is building single project in parallel threads.
I find Shark compiler Control plugin very useful