When a user right clicks a file in CCS and then renames the file, CCS tries to help by renaming any includes that reference the file. The problem is when CCS does this, it moves the changed include reference to be the first include in a file.
In my experience this has the effect of completely breaking a project. Most of the time I'll pull in the C2000 device support includes first so I have access to things like stdint. Now my project has a bunch of includes before the device support includes and all my application header files which use stdints are throwing errors.
Not a huge deal, but I think its an important piece of feedback that if fixed would improve user experience.
Best,
Trey