I have been having issues with Visual Studio 2015. I am not new to using Visual Studio, but it has been a while since I've used it. I am currently trying to build a C++ Solution with SDL that simply creates a window. Here are all of the details I can provide regarding how the project is set up:
1) The libraries, .dll's, and header files have all been set up correctly.
2) The solution builds correctly.
3) It is in Debug mode.
4) With all of this in mind, it still gives the following error when I press F5:
Unable to start program 'C:\[File Path]\[Solution].exe'.
The system cannot find the file specified.
Sure enough, when I check, it isn't there. Does anyone know how I can fix this?
1) The libraries, .dll's, and header files have all been set up correctly.
2) The solution builds correctly.
3) It is in Debug mode.
4) With all of this in mind, it still gives the following error when I press F5:
Unable to start program 'C:\[File Path]\[Solution].exe'.
The system cannot find the file specified.
Sure enough, when I check, it isn't there. Does anyone know how I can fix this?