Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unresolved Inclusion: Eclipse Not Showing "Includes" tab under "Paths and Symbols":

Tags:

c++

eclipse

I am trying to resolve some inclusions in Eclipse. Normally I click on project properties, then 'C/C++ General', then 'Paths and Symbols', then start adding include directories, as is shown here: Normal way to include paths.

But today, for some strange reason, Eclipse (Juno) is not showing the includes tab!My version of eclipse.

How can I get the 'Includes' tab back so I can resolve the symbols in my project?

like image 958
user14717 Avatar asked Nov 10 '22 16:11

user14717


1 Answers

The tab is hidden by default, you can enable it again by entering:

Windows > Preferences > C/C++ > Property Pages Settings > Display "Include Files" ...

You might have to restart Eclipse in order for it to show.

like image 187
Tubbles Avatar answered Nov 14 '22 21:11

Tubbles