Tool/software: Code Composer Studio
I have 4 levels of sub-folders in Code Composer Studio project in a tree structure to keeps things modular.
Everything was OK and compile and build was OK, then after I added another folder at level 3 and put some .c and .h files there, the CCS compiler ignores the new folder created added via CCS
Level 3 has 8 sub-folders, all 8 at same level. I am using sub-folders to keep things modular.
Why is CCS not looking at the newly created 9th. folder to compile?
Is 8 sub-folders per level the limit in CCS?
I tried to add include path for .h file in Properties on the 9th. folder, but CCS continues to ignore 9th. sub-folder