Just started with Boron a few days ago and I can flash it and trigger events from the console, but now I'm having issues referencing installed libraries, either from the CLI or from the Particle Workbench command prompt.
I'm trying to follow this example here to feed U-blox GNSS data from a Sparkfun breakout to the Boron.
It doesn't seem to work when I reference libraries how I normally would
#include "SparkFun-u-blox_GNSS_v3.h"
Even writing out the full library path doesn't let me access anything from libraries. Tried other libraries too like for the Grove temperature and humidity sensor but the same issues persists.
Anyone have any thoughts on how to access libraries? Thanks!

