InterruptSo usb.h is not in your project folder ?What is the location of this file ?
I don't know!!
I think the other questions should be answered by the images and the project folder!!
this is the full compiler message!!
C:/microchip/mla/v2014_07_22/apps/usb/device/hid_custom/firmware/src/app_device_custom_hid.c:24: error: (141) can't open include file "usb/usb.h": No such file or directory
Put it in if you want to have all files there !!!
Ok, from your project which seems to be in "src" you would have to go up 6 levels to come into v2014_07_22
-> the include path would be ../../../../../../framework
or C:/microchip/mla/v2014_07_22/framework
You have to remove the "usb" from what you set or you ge
C:/microchip/mla/v2014_07_22/framework/usb/usb/usb.h
InterruptI meant this one http://picforum.ric323.co...topic.php?p=1311#p1311Neil,
did you view my answer in rics forum ?
Yes I tried setting this please see the
https://www.dropbox.com/s...0Directories1.jpg?dl=0
I tried setting the include directories as suggested with no success!