Search code examples
c++usbvisual-studio-2015winusb

WinUSB Tutorial from MSDN Microsoft


I've been faced with problem to follow this tutorial of Write a Windows desktop app based on the WinUSB template from MSDN of Microsoft. Following the instructions, in the step where we need to create an WinUSB Application, the website tell us that two projects will be create, but in my application just one project is created.

I'm using Microsoft Visual Studio Community 2015, and I had installed the WDK. Note: I'm using Windows 10 64 bits.

Below is available the part of the tutorial saying that two projects was created:

enter image description here

Below is available a screenshot of my Solution Explorer:

Solution Explorer from my Visual Studio Community 2015

Can you help me to figure out what it's happened and help me to solve this?


Solution

  • Actually, I'm working on a WinUSB project too. And, it seems like Microsoft split the WinUSB application and the driver package into two different projects. You should be able to see each of the individual projects when you try to create a new project.

    Check the picture below. The WinUSB INF Driver Package project will contain the INF file you need.

    WinUSB Projects