Hi, Jan,
When I use MPLAB X to compile device-winusb_lvr.zip. There are error messages as below,
../main.c:135:10: fatal error: 'USB/usb.h' file not found
#include "USB/usb.h"
^~~~~~~~~~~
1 error generated.
../usb_descriptors.c:160:10: fatal error: './USB/usb.h' file not found
I think usb.h and usb library are offered from Microchip, so we need to set the include and library path in the project, is it?
After I search the usb.h in the MPLAB X environment, there are many folders include usb.h
May I learn how do you solve this compile error? Thanks a lot.