This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Tivaware visual studio USB example doesn't work

Hi everybody,
I have to make a firmware that provides for USB communication for a custom board.

Before doing this, I would like to be able to verify the correct functioning of my board, by loading the firmware example "usb_dev_bulk" adapted to my board.
I state that the code is compiled and loaded quietly without giving errors or problems.
I encountered the problem when, starting the example with visual studio, I realized that it was made for the 2008 version (currently I use the 2019) and therefore there are numerous compatibility errors. First of all it tells me that there are some deprecated functions, but it "replaces" them automatically (which however guarantees the correct functioning of the application); it also cannot "find" the lmusbdll.lib library. I personally found where this library is and in the readme I read that it is necessary to have the windows ddk (also deprecated for the past 17 years and replaced by the wdk). Now, it is possible to have an "updated version" of this application (I'm talking about the project contained in the tool folder of the tivaware, in my case: C:\ti\TivaWare_C_Series-2.2.0.295\tools\usb_bulk_example) or there is a guide that do you explain how to use it within a newer version of visual studio?
Thanks in advance
Federico