C++ source file

In beSOURCE, select Analysis Unit -> Analysis Options > Parser-Options > reference-header-path. Set the additional header’s path in the Analysis Server. An additional header means it is not collected but required to analyze source file. This type of header is refered to as a "system header" internally.


Delimiter = ; or ,


C source file

In beSOURCE, select Analysis Unit -> Analysis Options > Parser-Options > user-cpp-option. Configure the options for the C pre-processor.


-I = Add forcibly to the include path 


Example 1

- I/usr/include/

Used when analyzing Unix source in Windows.

-include = Include external file


Example 2

-include /cm40/cmbuiltin.h

Used when adding specific type or macro

-isystem = Set target path to system directory.

In case of using more than 2 options, the separator is ";".



For more information, refer to the Analysis guide from the Help menu.