stm32f7xx_hal.h: No such file or directory
Hello, I have a problem with some errors appearing after generating my code, I get the error:
stm32f7xx_hal.h: No such file or directory
This file exists in Drivers/STM32F7xx_HAL_Driver/Inc, I have also looked into projects included paths and it exists there aswell.
When I hold ctrl and click on the #include stm32f7xx_hal.h in some file, it takes me to the right place, but the error still stays. What could be wrong? The error only comes after generating code.
I'm working with FREERTOS, USART3.