I am trying to create and run a simple project in Visual Studio 2017 (C ++) on x64 using the local Windows debugger. However, every time I try to run it using the debugger, I get this error.
This error does not appear when I change it from x64 to x86, but I need to compile it to x64. This happened on both computers that I tried, and it seems to be happening on each of my projects. I already tried reinstalling Visual Studio, and nothing has changed. I tried to add "devenv.exe" as an exception to the Windows firewall, but there were no changes there even when I completely turned off the firewall. My antivirus also does not affect it: it still happens when I turned it off.
The application works fine when I find it in Explorer and run it manually, but then I have no debugging tools.
What am I doing wrong here, how can I create it and run my project as x64?
source
share