This question should be is trivial enough but i didn't find answer. I have the following hierarchy:
- source.cpp
- thirdparty
- Include
- pelib
- PeLib.h
 
- test.cpp
 
- pelib
 
- Include
I need to include "pelib/PeLib.h".
If I add $(ProjectDir)/thirdparty/Include to include directories I can only #include "test.cpp" but can't #include "pelib/PeLib.h".
 
     
    