Asset tracker compiling error

I am using the asset tracker particle library and once I am compiling the code, I am getting the following error.

…/AssetTracker.h: No such File or directory src/AssetTracker.h:1:29

I tried to add src/, every time I call the asset tracker library without any success. do you have any idea?

thank you very much in advance!

Angelo

You just have to add the asset tracker.h library. When you go to the assettracker library ( in the IDE )click the Include in project , choose which project you need to add it to. This will add the line include assetttracker.h again in your program. Make sure you only have it listed once