includePaths

Paths to look for include files.

It is recommended to set proper include paths as otherwise unresolved symbols/templates will result in subsequent parser mistakes, such as treating "<" as a BinaryOperator in the following example: std::unique_ptr bla;

As long as loadIncludes is set to false, include files will only be parsed, but not loaded into the CPG. *