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.

CCSTUDIO3: Path variables corrupt and immutable.

Part Number: TMS320F28386S
Other Parts Discussed in Thread: C2000WARE

I tried to rename a project and all hell broke loose. CCS locked up. When I restarted the old name was still there and I thought I would clean the project except it wasn't in the list. I checked the directory and the new name is there with the contents, the old name was gone. I renamed the new folder to the old name. I ain't the sharpest knife in the drawer so it took me a while to see that my include files were wrong.

In the path variables

COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR got changed from

C:\ti\c2000\C2000Ware_4_01_00_00

to
C:\ti\c2000\Archive\C2000Ware_4_00_00_00

COM_TI_DIGITAL_POWER_C2000WARE_SDK_SOFTWARE_PACKAGE_INSTALL_DIR was changed from
   
C:\ti\c2000\C2000Ware_DigitalPower_SDK_4_00_00_00

to
C:\ti\c2000\Archive\C2000Ware_DigitalPower_SDK_3_03_00_00

How does that happen?

So I edit the values and click apply and close. Try to build, same old errors. I go back to the path variable is properties and they are wrong. I edit again and click apply and close again. This time I open properties again and the corrupt values are back.

I copied the project and the copy is also corrupt and unfixable. How do I fix it? These 16 hour days are getting damned old, like me.
  

Update:

I tried reinstalling CCS 11.1 but it did not help.

I looked at the .project file with WinMerge and saw that <name> had been changed. I corrected that to no avail.

Fortunately I had a copy of my workspace (ws) though it is 2 weeks out of date. The original ws is work, the copy is work - Copy. My project works in work - Copy. I copied it to the work ws and it did not work there. So there must be some attributes in CCS that are above the ws level that are maligned. Any ideas?

Good grief, Charlie Brown.