Question
STM32CubeIDE: "Path Entry Problem" warnings that won't go away
It's telling me (for example) there's a "Path Entry Problem":
Invalid project path: Include path not found (C:\Users\xxx\Documents\xxx\USB_CDC\USB_Device\Target).The Tool Settings / MCU GCC Compiler / Include paths contains
"${workspace_loc:/${ProjName}/Application/USB_Device/Target}"and in my project there is a folder Application/USB_Device/Target, it links to a folder
C:\Users\xxx\Documents\xxx\USB_CDC\STM32CubeIDE\Application\USB_Device\TargetHow can I figure out where this warning is coming from?
(notice - the project builds just fine, it's just a warning, but company policy is to build without warnings)
