Hello Friends,
I have a stranges problem. During coding I add a class with header and implementation.
So the headerfile in folder "header" and the implementation in the "src" folder.
So my include for the header looks like
#include "header/project.h"
and then... compilation
I get this
X:\path\to\my\project\src\project.cpp|32|error: header/project.h: No such file or directory|
what wrong here? I look in the cbp file and the files are correct placed in my oppinion
<Unit filename="header\project.h" />
<Unit filename="header\stringtable.h" />
<Unit filename="header\tokenizer.h" />