Hello
I did give a quick look at your project.
For some reason there were specific options associated with folder Sources, HAL and HIL.
So the paths you have added to the projects Properties\HCS08 Compiler\input were not taken into account for the single source files.
This is indicated with a blue marker on top of the folder icon as in the image below:
![]()

In order to get rid of these folder specific settings:
- Click right on the folder name and select Properties
- In the Properties dialog, click on Restore Defaults
This should be repeated for each folder of file name where you see the blue marker on top of the file or folder icon.
Then make sure to add the path to each single folder, where you have include files HAL, HAL/ICS, HA:/ADC, HIL, .....
I have adjusted the project you send over and I attached it to this post. I did use relative paths instead of absolute paths to specify the include paths.
Note that I am using CodeWarrior for MCU V10.3. So I am not sure this project can be imported in V10.2....
CrasyCat