I've imported the "LiquidCrystal_IC2_Spark" lib using the Build IDE. I can see just before I hit "Include in Project" there are two files, LiquidCrystal_I2C_Spark.cpp and LiquidCrystal_I2C_Spark.h
The following is then automatically added to my code...
// This #include statement was automatically added by the Particle IDE.
#include <LiquidCrystal_I2C_Spark.h>
But when I try to verify I get:
fatal error: LiquidCrystal_I2C_Spark.h: No such file or directory
I've found some older forum posts about his but they all either seem to suggest issues with older versions (2016/2015) or problems cause by people not downloading the lib files... I've not downloaded anything, I've just been using the Build IDE.
I've tried deleting my code and recreate (an older post from 2015 said this may work) but no luck.