Reputation: 36
I created template wxwidgets application in CodeLite and it builds fine, but CodeLite shows errors like this in text editor:
This error is not one, also exists error in #include <wx/settings.h>
:
unknown type name 'class'
.
The second error lets me understand that CodeLite is looking for C
errors, but code on C++
.
Is there a solution or should I ignore this errors?
Upvotes: 0
Views: 220
Reputation: 5
You can turn that off in Plugins -> Language Server -> Settings
, but it really seems to work better and better every time, but still, the red arrows gouge out the eyes.
Here is the official link: https://wiki.codelite.org/pmwiki.php/Main/LanguageServer
Upvotes: 0