I have learned the basics of C++ but I have never used visual studio.
I would like to know why I get popup window that says "Unable to start program" and then lists a file path C:\folder\folder\folder\../../lib/Win32DB/ProjectNameDB.lib
. (The message doesn't give me any more info, like 'the system cannot find the file specified' or anything like that.)
ProjectNameDB.lib
exists, but not at that particular location. The project builds successfully, and the same path as above appears in the output after TargetPath =
.
I have tried setting the project as startup, deleting .suo
files and vcproj.user
files, starting without debugging, and putting the location of ProjectName.lib
in the Output
, Library
, Include
, Reference
Directories.