Can not open source input file: No such file or directory
Dear friends,
I get a silly error " No such file or directory " in Keil IDE while I've already added the file path to include path directory of the compiler.
This error happens only when I add lwIP source files to my project.


And what's surprising is when I remove the path in include code, the error is gone. For example, when it is written #include "lwip/opt.h" , the compiler take this line as error but I remove "lwip\" from it and write #include "opt.h" there is no problem.
Can anyone help me with this problem?