Fixing "knowledge.h: No such file or directory" Error in STM32CubeIDE
error faced
Library paths
Library paths
library paths
Error in consoleI am working on using Nano Edge AI to classify sounds using my STM32 NUClEO-L476RG development board.
i classified the recorded sounds as Crying Baby, Ambulance Siren, and Noise. I deployed the library and got a few files mainly "knowledge.h" and "NanoEdgeAI.h". But when I include them in my main.c file I face the following error.
../Core/Src/main.c:23:10: fatal error: knowledge.h: No such file or directory
23 | #include "knowledge.h"
| ^~~~~~~~~~~~~
compilation terminated.
make: *** [Core/Src/subdir.mk:34: Core/Src/main.o] Error 1
make: *** Waiting for unfinished jobs...
.
What might be the issue?
I am attaching the included paths, so it would be easy to communicate.

