Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Refreshing the Problems View in Eclipse

Sometimes I have "unresolved inclusions" in my C++ projects. Rebuilding the index in the project removes the markers from the source code, but the the Problems View still lists them as if they had not been resolved.

The only way to get them to go away from the Problems View is to click on them, which opens the corresponding file with the #include directive, and makes Eclipse realize that they had been resolved (Eclipse then removes all the inclusion problems associated with the file).

Is there any way to ask Eclipse to refresh the Problems View after rebuilding the index? I have tried F5 and Ctrl-a F5 with no luck.

like image 818
Josh Avatar asked Nov 24 '25 01:11

Josh


1 Answers

With CDT you likely have to recompile the source code to get rid of the warnings/error markers.

like image 54
fredrik Avatar answered Nov 28 '25 17:11

fredrik



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!