LiquidCrystal_I2C_Spark problem

I am trying to compile the simple clockexample.ino, but get the error
"clockexample.cpp:7:61: fatal error: LiquidCrystal_I2C_Spark/LiquidCrystal_I2C_Spark.h: No such file or directory
void setup(void);"

I’ve made no changes from the file in the IDE, so am at a loss why it cannot find the required file(s) to compile.
Any help appreciated

How did you include it?

I think I screwed it up…The line
#include “LiquidCrystal_I2C_Spark/LiquidCrystal_I2C_Spark.h”

is in my version of the app, but I don’t think that got included in the IDE. I’ll start over.