hello, sorry for this simple question! how can i include a header file in two up folders, with relative addressing? projectfolder/subfolder1/subfolder2/example.cpp #include "example.h" //work good #include "/subfolder2.h" #include "subfolder1.h" //??? #include "projectfolder.h" //??? regards nn