mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
Document indexer shows errors on a project that previously worked
This documents the workaround that worked in https://github.com/eclipse-cdt/cdt/issues/1174
This commit is contained in:
parent
abe4d1b8e1
commit
b4d81a130e
1 changed files with 5 additions and 1 deletions
|
@ -80,7 +80,11 @@ See [\#Importantlimitations](#important-limitations) If the unresolvedsymbol's d
|
||||||
|
|
||||||
### Troubleshooting individual errors
|
### Troubleshooting individual errors
|
||||||
|
|
||||||
TODO
|
#### Indexer shows errors on a project that previously worked
|
||||||
|
|
||||||
|
Sometimes it seems that CDT's metadata files can become corrupted and re-indexing the project does not resolve the issue.
|
||||||
|
In this case you can try importing the project into a new workspace.
|
||||||
|
Alternatively you can do a localized cleanup, wth Eclipse closed, delete `workspace/.metadata/.plugins/org.eclipse.cdt.core/<project name>.*`.
|
||||||
|
|
||||||
### Important limitations
|
### Important limitations
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue