I am trying to get familiar with CCS v5.
I imported my projects from CCS v3 pjt file to CCS v5 and I would like to understand the layout of the project in the Project Explorer:
- In CCS v3 all the header files (.h) where located in the include folder and the all the source files (.c) in the source folder,
after importing to CCS v5 all the source files where located directly to the project and i con't see the header files. (without using CTRL+Left Mouse)
(I have no problem to compile my project).
- when i try to add to the project a new header file it appears with all the source files. how can i set the file to appear in the include folder.
Thanks,
ami