When i follow: https://visualgdb.com/tutorials/arm/stm32/cube/ tutorial and use the button “Convert to stand-alone project” i get a message file stm32_compat.h can’t be found in the bsp folder.
The project compiles anyway but why do i get this message?
The file is only needed to setup non-Clang IntelliSense; if you don’t get any other errors, you can simply ignore this problem (and/or remove the reference to the file via VS project properties -> NMake settings -> Forced includes).