I added an include folder using build methods, it contains a header file that i included like this: #include "libCore.h"
libCore.h has a lots of includes that looks like this: "include/core/somefile.h"
All those header files are not found, even though they are in "include/core/" folder.