This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Content assist include feature not working for linked folders

Hello.

I'm running CCS 6.1.0.00104  on Windows 7 64-bit.

Our C/C++ project structure makes use of linked folders in which source and header files are located. The linked folders are correctly added to the compilers include path and the project builds fine.

However if we use the content assist feature in header files to include another header file then this is not working correctly. E.g we type #include somewhere in the header file and press CRTL+Space a popup menu shoud come up to select any header file or even directory in which project header files are located.

This however only works correctly in C/CPP type files but not in header files.

Does not work with header files:

Does anybody know a solution for this?