Helllo,I'm using makefile to compile my source files but there is something strange that happens, when I include header file with absolute path they compile correctly but when I switch to relative paths they work fine also except a directory although the directory path is correct, is there a solution for this?There error is:Fatal error[Pe1696]: cannot open source file "DMEM_int.h"
Aly El-Kerdany said:the directory path is correct
It can't be if it's not finding the file!
Check carefully!
Get the compiler to echo its command line so that you can see exactly what it is getting