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.
How do I easily find where a header file is stored. Or how do I find which "includes" location do I need to add for a specific header file.
If I open an MSP432 Simplelink example then I select the header file name and right click I can select "Open Declaration" and a copy of the header file will open. However, how can I find where this file came from or what folder location it is stored in?
If the header file is open in the editor, you can hover your mouse pointer over the tab for the file in the editor. The tooltip popup will provide the full path to the file.
You can also see the full path in the CCS title bar if the file is active:
Thanks
ki