Hello I'm new with Intel IoT IDE and I've found this project:
https://github.com/intel-iot-devkit/how-to-code-samples/tree/master/alarm-clock/cpp
The problem is that I open it as it says in my eclipse IDE but when building it has an error:
../src/src/services/transports/m2x/../../util.h:27:46: fatal error: websocketpp/config/asio_client.hpp: No such file or directory
I've download all websocketpp and I dont know how to solve that error. I've tried adding it to build etc.
I don't know if the workspace must be in a special folder or what...
Anyone can help? (Using Intel Edison on WINDOWS)
Thanks!