STM32CubeIDE Library issues
Hello, I am trying to use the TensorFlow Lite Micro library for my project in STM32CubeIDE.
I have made a folder for the library in my project as shown:

I have included the directory for the folder in under the "Path and Symbols" tab:

When I simply try to include one of the header files in the Core/main.c code I receive this message:

When I then also try to adding the Source Location:

I recieve even more errors. Where most of the errors are: "No such file or directory". See image:

I have also trying the folder location in the C/C++ Build settings under MCU GCC Linker/Libraries, but with no success:

Does anyone know how to fix this problem or have any tips?
Thank you.