Controls the lookup of #include files.
#pragma srcrelincludes on | off | reset
When on, this IDE looks for #include files relative to the previously #include file (not just the source file). This is useful when multiple files use the same filename and are intended to be picked up by another header in that directory. This is a common occurrence in UNIX.
This pragma corresponds to the Source relative includes option in the Access Paths panel. The default setting is off.