How can I open an existing project in the CodeWarrior IDE?

You can open only those projects that are already in your workspace and have been closed. To bring an external project (one that is created on another machine or in another workspace) into your workspace you can follow the steps given below:

  1. From the C/C++ Perspective toolbar, select File > Import .

    The Import dialog box appears.

  2. Select General Folder > Existing Project into Workspace
  3. Click Next .

    The Import Project s dialog box appears.

  4. Click Browse .

    The Browse For Folder dialog box appears.

  5. Select Project to import
  6. Click OK .

    The imported project appears under Projects in the Import Projects window.

  7. Click Finish .

The selected project is imported into the workspace.