Visual Studio 2012 - File Not Found Error When Compiling

When I'm compiling my program, and then attempting to run it in either Debug or Release mode. I always seem to get a File Not Found error.

There's no errors with code, and the build reports successful.
What file isn't being found? My guess would be that it is a library that you are trying to dynamically link to but it would be helpful if you could copy and paste the text from error you are getting in your next post.
Here's the error message:

Unable to start program 'C:\Users\Harry\Documents\Visual Studio 2012\Projects\MemBar\Debug\Membar.exe'.

The system cannot find the file specified.
Sounds like a project mismatch problem.
You probably changed the Output folder, and VS2012 is trying to run the executable based on where it was located BEFORE.
Try to keep them in default folders, or re-set the application path based on where it actually is compiled to.
I've complied the program through Command Prompt, and it indicating errors in my code which weren't picked up in the IDE. I'll correct these errors, and see if it makes a difference.
It was related to the Output folder. Thanks for your time.
Topic archived. No new replies allowed.