Every time I compile using visual studio the rest of my computer crawls because visual studio is hogging all the processors. Is there a way to limit the number of processors that visual studio is using so I can still get some work done during the compilation time?
By the way, I am using visual studio 2013 and 2015 and programming in C++.
Thanks!