Uuid.h no such file or directory (Particle Dev IDE)

I’m trying to use particle dev app to create and flash sketches to the photon, but I’m getting the following error which I’m unable to find a solution for online.

uuid/uuid.h: no such file or directory

I tried to use the npm uuid module but it didn’t seem to effect anything. Compiling in the web builder works fine, but not using the desktop particle IDE.

Can anyone advise me?

Hi @skifree, sorry for not responding earlier. Your first line of code (no. 8):

var uuid = require('uuid');

looks like is in JavaScript not C++ like rest of the code. Removing it should help.