Removing an additional preprocessor

Removing a preprocessor from a project

To remove a preprocessor from your project's properties:

  1. In Solution Explorer, click the project whose properties you want to set.
  2. Click Project > project_name > Properties.
  3. Click the Preprocessors tab in the left side of the IDE to open the preprocessors properties page.
  4. Click the preprocessor in the list you want to remove.
  5. Click Remove Preprocessor.

Removing a preprocessor from a file

To remove a preprocessor from your program's properties:

  1. In Solution Explorer, right-click a COBOL program in your project, and click Properties.

    This opens the program's Property Pages dialog box.

  2. On the Preprocessors tab in your project's properties, click the preprocessor that you want to remove.
  3. Click the Preprocessors tab in the left side of the editor.
  4. Click the preprocessor in the list you want to remove.
  5. Click Remove Preprocessor.