Unresolved inclusion

Discussion to talk about software related topics only.
Post Reply
SeeCwriter
Posts: 642
Joined: Mon May 12, 2008 10:55 am

Unresolved inclusion

Post by SeeCwriter »

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.
Post Reply