CubeMX virtual com port for NUCLEO-H533RE does not generate correct code
I enabled this option to activate the virtual COM port for debug reasons:

It is a CMake Project to be opened in VS-Code
Enabling the Virtual Com Port in CubeMX results in this error in VS Code:

Crawling in the files, I found that the stm32h5xx_nucleo_conf.h the USE_BSP_COM_FEATURE is not enabled.

Enabling this manually will result in many more errors:

Generating the code again will reset the USE_BSP_COM_FEATURE to 0.
Did I forget or overlook something?
