Is there a way I can view the hierarchical structure for include files in my project?

Yes, you can view include files hierarchy structure for your project by using the Include Browser view. To use the Include Browser view:

  1. Select Window > Show View > Include Browser from the IDE menu bar.

    The Include Browser view appears in the view stack at the bottom of the CodeWarrior IDE window.

    Figure 1. Include Browser View

    Include Browser View

  2. Just drag & drop the desired source or header file from the CodeWarrior Projects view to the Include Browser view.

    The selected file appears in the Include Browser view listing all the included files in their chain of command order.

    Figure 2. Include Browser View - With Files Hierarchy

    Include Browser View - With Files Hierarchy

By using this view you can: