neslib / Chet

C Header Translator for Delphi
BSD 2-Clause "Simplified" License
204 stars 43 forks source link

Fatal error #30

Closed michkowalczuk closed 6 months ago

michkowalczuk commented 6 months ago

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:

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?

michkowalczuk commented 6 months ago

FIXED!

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