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.
Tool/software: Code Composer Studio
Question about CCS 8.x with C++ and the Open Declaration choice in the C++ code editor.
In this example, shown in the graphic, LWString.cpp and LWString.h are in the project. The project builds successfully. However, in the C++ editor, right-clicking on WString.h and selecting “Open Declaration” gives the message in the bottom left about “Cannot find include file…” That include file is in the yellow highlighted location under Includes.
Is there a way to get Open Declaration working in this case?
I can't seem to reproduce this. There is no difference for me between the two paths in regards to opening the header file.
Can you try using the Include Browser to see if you can successfully navigate to the header file from /cores/msp430?