This chapter describes how to set include paths for an include system file.
If you include any system file, you must set the system file path as well.
To set the include path
Button | Action |
---|---|
Add | The Open dialog box appears for the select directory path. |
Remove | Remove the selected Include path. |
Up | Move the selected Include path upward. |
Down | Move the selected Include path downward. |
Select the code-engineering set and then select Properties.
Finally, set the “Parse includes” property to “true”.
If the user sets the “Parse Includes” property to “false”, during reverse engineering of the C++ code, the modeling tool will not parse inside the header file; all unknown types will be created in the “Default” package of the model. The user can then solve keyword-specific problems in the library, speed up the reverse process, and remove unnecessary models inside the header file. |