Forum: System Workbench for STM32

Can't make an USB device aplication using wizard

I want to create a new project that use USB device CDC library. I make a new AC6 project, select my F4discovery board, and check USB Device Library and HAL firmware library.
When the wizard ends I have a new almost empty project and HAL library as external static lib.
But when I build my project several errors apears. I can solve some, but now I have a missing file “usbd_desc.h” referenced on usbd_cdc.c
So, where do I found that file and why it is not correctly initialized the USB project?

Thank and best regards