I have CCS Version: 6.0.1.00040 and it has been working fine with a medium-large project. Today, I used my code generator tool (EA) to add a new cpp file and hpp file to the project like I've done many times before but only the hpp file appeared in the Project Explorer (in the includes folder, as normal) The cpp file is visible in Windows Explorer, but not in Project Explorer.
That's odd, but this is weirder : if I rename the file (add or change one letter) it appears in Project Explorer in the source folder, where it should be. Pretty much any name seems to work. But if it's called MessageDecoder_t.cpp it doesn't display. Is this a forbidden filename?
Roy