Reputation: 67
I've added a folder to the 'Additional Include Directories' of the project which contains all of the additional .cpp and .h files my program needs to run. The compiler finds the header files just fine, but when I try to build the project I get the following:
1> Node.cpp
1>c1xx : fatal error C1083: Cannot open source file:
'..\..\..\..\..\Dropbox\PDN_dropbox\Code\C++\INCLUDE FILES\Node.cpp': No such file or directory
How can Visual Studio find my headers but not the .cpp files if they are in the same folder?
I'm using Visual Studio 2013.
Upvotes: 2
Views: 1265
Reputation: 3203
Upvotes: 1