I really need help with this. I've been using Visual Studio for C++ and Assembly, and I can build my projects with zero errors, but when I try to Debug I get the message: Unable to start program "C:\mypath\Debug\filename.exe" The system cannot find the file specified.
or if I Start Without Debugging, I get the error:
"C:\mypath\Debug\filename.exe" is not recognized as an internal or external command, operable program or batch file."
The path IS where the .exe should be (in the Debug folder), but it's not there. I tried building and running the same project on another computer and it works fine. I've already tried re-installing Visual Studio, and I get the same error. I'm using 64-bit Windows 8 and Microsoft Visual Studio 2013 for Windows Desktop, if that helps. Please provide any suggestions...My professor doesn't even know how to help me, and I need Visual Studio to do assignments for school.