Generated compilation command line doesn't include all paths from properties
Hello, I'm having trouble setting up the USB Device middleware on STM32CubeIDE, latest (1.15.1).
The usb_device.h file generated by the IDE (in USB_DEVICE/App) is not found when compiling the Core/Src/system_stm32h7xx.c file.
Looking at the command line, it appears the include for USB_Device/App is not present, despite being added as expected by the IDE to the properties.
Would anyone know why that would be, and what can be done about that ?
Thank you.
PS: note I have tried cleaning the project to get non-incremental compilation, to no avail.


