Analyzing #include files

Use the Input tab to specify which include files to be analyzed in the reverse engineering process.

The <lang>_ReverseEngineering::ImplementationTrait::AnalyzeIncludeFiles property has enumerated values to indicate how the reverse engineering process analyzes include files. See the definition provided for the property on the applicable Properties tab of the Features window.

For C++ projects, you can use the CreateDependencies property to specify how the reverse engineering feature is to handle the creation of dependency elements in the model from code constructs such as #includes, forward declarations, friends, and namespace usage. For more details on how to use this property, see the definition provided for the property on the applicable Properties tab of the Features window.


Feedback