How to solve “Unresolved inclusion: ” in a C++ file in Eclipse CDT?

I download eclipse for c++ (cdt-master-8.0.2.zip).

When I write:

#include <iostream>

It marks:

Unresolved inclusion: <iostream>

How can I fix it?

Leave a Comment