STM32WPAN library not being imported from .ioc config
I've been working on a project building off the UART_console example from the STM32WB MCU package and have been able to do everything I need using UART but when I try to add BLE functionality to my project using the STM32_WPAN middleware package, I get errors such as:

It looks like when I enable STM32_WPAN from the .ioc file, the required middleware header files are not being imported and judging from this screenshots they are not part of my project's Includes:

I've tried changing these parameters as well with not result so far:


How should I fix this? Do I manually import the files, am I not configuring something correctly, is there a missing step?
