|
Re: Java code getting g++/gcc errors in Eclipse from c++ scanner?
No solution yet, but more data:
One of the git commits added .cproject, .settings\language.settings.xml, and .settings\org.eclipse.cdt.managedbuilder.core.pref s files in addition to the project files I was editing.
These all have c++ and CDT related references in them, so something happened at that time unrelated to the intended edits. I'm just not sure what I need to 'undo'!
I tried renaming the above files and restarting eclipse to see if that solved the problem, but... it didn't.
|