neslib/Chet

Fatal error

Closed this issue · 1 comments

Hi,
I get the following error:

fatal error: 'myAPI/common.h' file not found
Parsed header files with 1 error(s)

The structure of headers:

  • myAPI
    • Application
      • application.h
    • common.h
    • myAPI.h
    • ....

Parser is in Application/application.h and tries to resolve the following include:
#include <myAPI/common.h>

How configure Chet to know that it should looks for common.h in parent folder?

FIXED!

Adding Include Path CLang option to the parent of the myApi folder does help.