My programs will not run in VS. I can code it, but it will not debug or start. It says:
Unable to start program 'C:\Users\Bob\Documents\Visual Studio 2013\Projects\Crankexe2\Debug\Crankexe2.exe'. The system cannot find the file specified.
This goes for all other programs as well.
What is happening?
Why do you open exe file using VS? if you want to open project, please choose sln file. If you want to run this, shortcut
ctrl+f5
or using window explorer go to path "C:\Users\Bob\Documents\Visual Studio 2013\Projects\Crankexe2\Debug\" and open file "Crankexe2.exe"