Hi, here is the problem, I've a folder 1 contains two subfolders 2 and 3, I have .h file in folder 2 and other in 3, and I want to include the .h in folder 3 into the .h in folder 2. So I did this in .h file in folder 2 #include "..\3\x.h"
but a compilation error exist about unresolved external symbol in x.h I understand that it's about the path i'm putting in the #include but what is wrong with it? Thanks -- Akram Mellice
