This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Could not open source file "PeripheralHeaderIncludes.h" Using CCS 5

I am a begginer trying to use the control stick of f28069 i could not build the project at all,

**** Build of configuration F2806x_FLASH for project BlinkingLED ****

C:\ti\ccsv5\utils\bin\gmake -k all
'Building file: ../BlinkingLED-DevInit_F2806x.c'
'Invoking: C2000 Compiler'
"C:/ti/ccsv5/tools/compiler/c2000_6.1.0/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="LARGE_MODEL" --define="FLASH" --include_path="C:/ti/ccsv5/tools/compiler/c2000_6.1.0/include" --include_path="C:/ti/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/shyam/Desktop/development_kits/~SupportFiles/F2806x_headers" --include_path="C:/Users/shyam/Desktop/device_support/f2806x/v100/F2806x_headers/include" --include_path="C:/Users/shyam/Desktop/device_support/f2806x/v100/F2806x_common/include" --diag_warning=225 --large_memory_model --preproc_with_compile --preproc_dependency="BlinkingLED-DevInit_F2806x.pp" "../BlinkingLED-DevInit_F2806x.c"
"../BlinkingLED-DevInit_F2806x.c", line 14: fatal error: could not open source file "PeripheralHeaderIncludes.h"
1 fatal error detected in the compilation of "../BlinkingLED-DevInit_F2806x.c".
Compilation terminated.

gmake: *** [BlinkingLED-DevInit_F2806x.obj] Error 1
>> Compilation failure
'Building file: ../BlinkingLED-Main.c'
'Invoking: C2000 Compiler'
"C:/ti/ccsv5/tools/compiler/c2000_6.1.0/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="LARGE_MODEL" --define="FLASH" --include_path="C:/ti/ccsv5/tools/compiler/c2000_6.1.0/include" --include_path="C:/ti/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/shyam/Desktop/development_kits/~SupportFiles/F2806x_headers" --include_path="C:/Users/shyam/Desktop/device_support/f2806x/v100/F2806x_headers/include" --include_path="C:/Users/shyam/Desktop/device_support/f2806x/v100/F2806x_common/include" --diag_warning=225 --large_memory_model --preproc_with_compile --preproc_dependency="BlinkingLED-Main.pp" "../BlinkingLED-Main.c"
"../BlinkingLED-Main.c", line 36: fatal error: could not open source file "PeripheralHeaderIncludes.h"
1 fatal error detected in the compilation of "../BlinkingLED-Main.c".
Compilation terminated.

>> Compilation failure
gmake: *** [BlinkingLED-Main.obj] Error 1
gmake: *** No rule to make target `C:/Users/shyam/Desktop/device_support/f2806x/v100/F2806x_common/source/F2806x_CodeStartBranch.asm', needed by `F2806x_CodeStartBranch.obj'.
gmake: *** No rule to make target `C:/Users/shyam/Desktop/device_support/f2806x/v100/F2806x_headers/source/F2806x_GlobalVariableDefs.c', needed by `F2806x_GlobalVariableDefs.obj'.
gmake: *** No rule to make target `C:/Users/shyam/Desktop/device_support/f2806x/v100/F2806x_headers/cmd/F2806x_Headers_nonBIOS.cmd', needed by `BlinkingLED.out'.
gmake: Target `all' not remade because of errors.

**** Build Finished ****

help me out quickly i have tried all the previous forum answers they have not solved my problem