【STM32】Keil5在编译过程中出现.cannot open source input file “xxx.h“: No such file or directory的问题

问题描述

main.c(10): error: #5: cannot open source input file “led.h”: No such file or directory
在这里插入图片描述

解决办法

1、点击这个图标

【STM32】Keil5在编译过程中出现.cannot open source input file “xxx.h“: No such file or directory的问题_第1张图片

2、在C/C++选项卡下面的Include Path中添加.h文件

【STM32】Keil5在编译过程中出现.cannot open source input file “xxx.h“: No such file or directory的问题_第2张图片
【STM32】Keil5在编译过程中出现.cannot open source input file “xxx.h“: No such file or directory的问题_第3张图片
【STM32】Keil5在编译过程中出现.cannot open source input file “xxx.h“: No such file or directory的问题_第4张图片
【STM32】Keil5在编译过程中出现.cannot open source input file “xxx.h“: No such file or directory的问题_第5张图片
重新编译通过
在这里插入图片描述

3、检查是否包含进来,并且能不能打开

【STM32】Keil5在编译过程中出现.cannot open source input file “xxx.h“: No such file or directory的问题_第6张图片

4、其它情况

如果已经添加.h文件路径,且确认文件路径没有问题的情况下,编译仍然报错,cannot open source input file “xxx.h”: No such file or directory的情况下,将包含头文件的上层文件夹添加到C/C++选项卡下面的Include Path中再继续尝试试试。

你可能感兴趣的:(STM32,Keil5在编译找不到头文件,stm32编译事变,no,such,.h)