I have an existing STM32H7 project which builds using the true arm-eabi path:
%LOCALAPPDATA%\VisualGDB\EmbeddedBSPs\arm-eabi\com.sysprogs.arm.stm32
on the disk. However in Visual Studio, the include files, though all present, refer to
%LOCALAPPDATA%\VisualGDB\EmbeddedBSPs\arm-eabi\com.sysprogs.arm.stm32\2022.01
which doesn’t exist! According to the .filters file, this is set from the BSP_ROOT macro in VS which seems to be getting it right for a build but not for the coding environment.
Given that other than the release folder being added to the path, the files all look to be in the same hierarchy, how can this be fixed?
Kind thanks.