Missing header file error...
Hi,
I am relatively new to STM32 development and would greatly appreciate any assistance with the following issue.
I am encountering the following compile-time error:
C:/mvt1/TouchGFX/gui/src/settingsa_screen/SettingsAView.cpp:7:10: fatal error: ..\Drivers\STM32H7xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h: No such file or directory
7 | #include <..\Drivers\STM32H7xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
I have added the necessary path to my project settings, and the file stm32_hal_legacy.h is present in the specified folder. Despite this, the IDE is unable to locate the file. Could you please provide guidance on why this issue might be occurring?
Thanks
