Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal error #30

Closed
michkowalczuk opened this issue Dec 13, 2023 · 1 comment
Closed

Fatal error #30

michkowalczuk opened this issue Dec 13, 2023 · 1 comment

Comments

@michkowalczuk
Copy link

michkowalczuk commented Dec 13, 2023

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?

@michkowalczuk
Copy link
Author

FIXED!

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant