-
Notifications
You must be signed in to change notification settings - Fork 60
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
Add "main.h" file not found to FAQ #128
Comments
The error of "main.h" not found is caused by invalid linter cache, and that is the first problem it encounters (as |
As far as where to put it, I think it could go on the coding FAQ page either in a new section or just above the other two sections |
* Add "main.h" file not found to Coding FAQ Closes issue #128. * Fix formatting issue with "main.h" file not found * Fix description of main.h not found error Account for error during project creation Refactor case where there are hidden errors * Fix misplaced word and improve wording Closes issue #128 * Apply suggestions from code review Closes issue #128 Co-Authored-By: Alex Brooke <akb.sbc@gmail.com>
This was fixed by #129 |
As @theol0403 mentioned on Discord, this issue seems to pop up a lot nowadays, so I'll add it to a FAQ if wanted. I'm not exactly sure where to put it though. The General Use FAQ is a bit general, the Coding FAQ that consists of run-time and compile-time issues don't categorize this issue (linter and compile_commands.json), and there's also the PROS FAQ.
The text was updated successfully, but these errors were encountered: