Closed
Description
Hi, I'm using Visual Micro plugin on Visual Studio 2019 Community. Recently I get stm32duino core upgraded from 1.8.0 to 1.9.0. However, I found that I can't compile any project by Visual micro but the native Arduino IDE. When I try to compile .ino file by visual micro, I always get an error from arm compiler.
arm-none-eabi-g++*: error: C:\Users\Rambo Rambo\AppData\Local\Temp\VMBuilds\blyatman_edp\STM32_GenF1\Debug\build_opt.h: No such file or directory
But it works perfectly when I using the 1.8.0 version...
Any possible solutions or hints?