#include <HttpClient.h> not working

#include <HttpClient.h> 

is not working suddenly when just compiled previous same code and gives error as HttpClient.h: No such file or directory even if it showing in project included library

What IDE are you using? What version/device are you targeting?

1 Like

web IDE and system firmware version is 0.4.8

Seeing as that’s a very old version of system firmware, you’d need to use the ‘old’ library system with the directories.
Alternatively, use one >=0.5.3 and the current format should be alright.

I just created an app using the Web IDE, included the library(0.0.5) … and THAT worked.