I am running into an issue with Visual Studio where starting my simple C# console application with debugger attached (F5) seems to not start the application. When clicking start, the debugger starts and the console window opens, then after 1-5 seconds, it says "project.exe (process 23492) exited with code -1073741819 (0xc0000005)." The application runs fine if I click Start without Debugging (ctrl + F5) and I am able to attach to process with the debugger and it works just fine. It's only when I press F5 that it errors out. It does this on every single project I have, even a simple Hello World project, so it makes me think it's a computer problem or VS problem.
I have tried a fresh install of VS. I have tried setting breakpoints in the application (it's like it doesn't even initialize). I have tried repairing VS. I have tried restarting my computer multiple times. Sometimes it works properly for a few minutes after restarting, but then ceases to work again. I have searched all over and have found nothing to help so far unfortunately.