On previous platforms my company has always created a library of files we call common files. These files contain low level drivers and placed in a read only location that is available to all engineers. Therefore these files are contained outside the workspace. Previous microcontroller platforms were developed on IAR. We were able to easily setup the include paths to these common files. I have attempted to do the same things with Code Composer. I was easily able to setup the paths and successfully compile a project; however, I am unable to search for items contained in these files which are outside the search path. Could someone please assist me in defining a scope which looks outside the workspace.