Unresolved inclusion
Posted: Thu Jul 02, 2026 6:53 am
Why would Eclipse, v2.9.5, have a red underline for line #include <vector> with an error message of "Unresolved inclusion: <vector>" when I mouse over it, yet there are no compiler warnings or errors? Everything compiles fine.
If I comment out that line, I get all kinds of compiler errors, so the include file is being found and used.
If I comment out that line, I get all kinds of compiler errors, so the include file is being found and used.