I recently made changes to Visual Studio 2015 from Visual Studio 2012 as my compiler for my C ++ projects. Having made this change, I noticed that the visual studio often hangs during the build process.
This has never happened with Visual Studio 2012. Damage at random points and does not occur at the same assembly points in my projects.
When I started VS in administrator mode and got all cl.exe and link.exe so that they would appear as command prompts that I could see when they hung. And there were no mistakes.
The only way I have successfully dealt with this problem is to install the Visual Studio build process only to process one project at a time and use only one compilation at a time. However, I can’t say that the build time is about 3-4 hours (yes, this is a HUGE project).
source
share