Omri Shneor
Omri Shneor

Reputation: 1005

eclipse - Cannot resolve selected text to a defined function or member

Im using Eclipse IDE for C/C++ Developers Version Oxygen.2 Release(4.7.2) Build id: 20171218-0600

Im trying to use the "Open Call Hierarchy" but I keep getting this error: "Cannot resolve selected text to a defined function or member" Ive reindexed the whole project multiple times, using right-click on the project name -> Index -> Freshen all files. aswell as delete the project and reImport it. still no progress. and Idead what causes this problem? thanks.

Upvotes: 4

Views: 3054

Answers (1)

Aadishri
Aadishri

Reputation: 1471

I had the same issue. This happens when Eclipse has not yet finished indexing the source code. Giving it some time will result in building the index and cross-reference. This will resolve the issue

Upvotes: 1

Related Questions