Lidar Lite code not recognizable

To anyone that can help, I am currently trying to set up a continuous read code for the Lidar Lite but when I include the subject and name,

#include <Wire.h>
#include <LIDARLite.h>

LIDARLite myLidarLite;

the compiler throws an error and states it does not recognize LIDARLite or myLidarLite. Any help would be great.

Post your code (in code tags) and the error message!

Mark

Any help would be great.

Where is the LIDARLite library installed ?

I was actually able to figure it out, but thanks anyways guys!

For the benefit of anyone else with the same problem can you please explain what was wrong and how you fixed it.