How do I resolve the following error message that I get when I use Ctrl-Click to open variable declaration?



  Could not find symbol xx in index.

  

To resolve this error message, follow the steps below:

  1. In the CodeWarrior project window, right-click on project name.

    A context menu appears.

  2. From context menu, select Properties .

    The Properties window appears.

  3. Select C/C++ General > Indexer .

    The Indexer Settings appear.

  4. Check the Enable project specific settings checkbox.
  5. From the Select Indexer drop-down list, select Full C/C++ Indexer (complete parse) .
  6. Click Apply .
  7. Click OK .

The issue will be resolved. Now, you can use Ctrl+click to open the variable declaration.