The problem is that when I try to debug is gives me the error message in this topic title. I have chec开发者_运维知识库ked the debug command and it is pointing to the correct location of the General Output Directory and the Linker Output File.
I've had this problem before and the above solution would fix it, but this time I'm stumped.
Any help is greatly appreciated, I just learned about the configuration settings and macros in VS a couple hours ago so it wouldn't be surprising if the error would be a simple one I didn't notice.
It may be that the file it cannot find isn't the executable itself, but a dependency of it, such as a DLL.
Make sure that:
- You have really rebuilt the project
- You have specified the correct executable
- The "Current working directory" is someplace from which you can see the Dependant DLLs
精彩评论