Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Getting rid of non-existant errors, question about recognition of C++ standard things.

> It also can't resolve <wx/wx.h> - so it claims anyway.

This suggests that there is something wrong with the project configuration.

I don't think there is any point investigating parser errors until the project
configuration is fixed.

Can you take a look at your

<workspace>/.metadata/.plugins/org.eclipse.cdt.core/<project>.language.settings.xml

file and see whether the 'includePath' and 'macro' entries there are sensible?
A correct configuration will have the path that contains wx/wx.h as one of the
'includePath' entries of the source file that is including wx/wx.h.

Regards,
Nate

Back to the top