I have added a new library to the correct user path C:\Users\xxxx\Documents\Arduino\libraries and it shows up in the list in the Arduino IDE when I go to import library. However, I am not sure if it is working correctly since it doesn't get highlighted red (xxxx.h) like the other imported libraries in my sketch. Can anyone tell me what I am doing wrong? I have done numerous web searches for this issue but can't seem to resolve my issue. The compiler has lots of issues, so I am thinking the library has not been loaded properly?
Problem solved. I had a bad file and reloading it took care of the problem.