With a solution, across multiple projects reference each other, unable to open source file

Debugging ----- toolbar> the bottom of the property

Add additional include directory path where the project file the required header files, here just to tell the compiler, my header files in this directory, when you use #include "", the compiler will go passed this Looking directory, if you pass the address only to the parent folder (the folder where the file header on one), but not the first file folder where path, #include "", the need for the sub-folder EDITORIAL name, middle with \ separately.

Examples are as follows:

Only a write current path parent folder, which is not directly header, as shown below

Into the Resource which is the real need for header files. So when in use, the need to have the current folder path plus

#include"Resource/Resource.h"  

Add the path so there is a benefit: header files are not together, but do not want to always go to the directory containing the additional add, on the outermost folders can be added to the path that contains additional directory, which requires the use of header files when preceded by the remaining path.

Guess you like

Origin www.cnblogs.com/ymd12103410/p/11245843.html