Your problem is that what is shown under Device Manager as "Class GUID" is not what you want.
{88bae032-5a81-49f0-bc3d-a4ff138216d6} is (generic) USB device.
The "Class GUID" is responsible for associating the pretty icon with the device.
As a matter of fact, what you want is not shown in Device Manager.
Handy, eh?
What you want is the GUID for the DEVINTERFACE.
It's probably {f72fe0d4-cbcb-407d-8814-9ed673d0dd6b} for WinUSB
You can find that in the INF file if you know which one it is using.
[Dev_AddReg]
HKR,,DeviceInterfaceGUIDs,0x10000,"{f72fe0d4-cbcb-407d-8814-9ed673d0dd6b}"