I've recently installed Visual Studio 2015 on a new computer but I cant seem to run any projects. They build without warnings or errors but as soon as I hit debug the whole IDE crashes. I even tested it with a program that was just:
int main()
{
return 0;
}
and it still crashed. It's worth mentioning that after I do this it then stops being able to build in debug (unable to open file) and when I then try to delete the debug build it claims to be open in System. I have tried restarting my computer multiple times and the executable still seems to be in use by System. I would appreciate any help with this issue since I cant think of anything.
I have tried using various compilers as well, MinGW, LLVM and all of them have the same issue.
EDIT with new information:
Restarting does successfully kill the processes if I leave the computer off for a few seconds before restarting.
I have tried building the same projects in VS2013 and the same issue occurs, could the issue be with my project configuration?