I can't get USBView to build because there are missing definitions within usbschema.hpp. For instance, deviceIsOperatingAtSuperSpeedPlusOrHigher variable is not defined and UsbBillboardCapabilityDescriptorType class is not defined. When I try to run "xsd.exe /language:CPP /c /order /namespace:Microsoft.Kits.Samples.Usb" the xsd application just spits out options list. What do I need to do to get this to compile?
I can't get USBView to build because there are missing definitions within usbschema.hpp. For instance, deviceIsOperatingAtSuperSpeedPlusOrHigher variable is not defined and UsbBillboardCapabilityDescriptorType class is not defined. When I try to run "xsd.exe /language:CPP /c /order /namespace:Microsoft.Kits.Samples.Usb" the xsd application just spits out options list. What do I need to do to get this to compile?