Could not find symbol xx in index.
To resolve this error message, follow the steps below:
- In the CodeWarrior project window, right-click on project name.
A context menu appears.
- From context menu, select
Properties
.
The
Properties
window appears.
- Select
C/C++ General > Indexer
.
The
Indexer Settings
appear.
- Check the
Enable project specific settings
checkbox.
- From the
Select Indexer
drop-down list, select
Full C/C++ Indexer (complete parse)
.
- Click
Apply
.
- Click
OK
.
The issue will be resolved. Now, you can use Ctrl+click to open the variable declaration.