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.

CCS/MSP430FR5969: Undo an include directory modification

Part Number: MSP430FR5969


Tool/software: Code Composer Studio

When I was trying to add a directory to the project, I mistakenly removed one of the directories that I needed and I do not recall what it was and then ran the debugger. Is there any way I can look at recent files that were include in the path so I can re-add it? 

  • Hi Susan,
    Are you talking about adding an include search path to the compiler project properties? Or did you physically add a folder to the project itself?

    Thanks
    ki
  • I am referring to the include search path to the compiler project properties :) I deleted one by mistake and would like to add it back

  • I see. Unless you had a backup of the file (whether by version control or otherwise) I don't think there is a way to recover that path. Eclipse does have some really basic built in version control, but it would not apply in this case.

    I suppose you will need to build the project and see the build error regarding unable to find a header file to determine which path it was

    ki