Cannot build a project with #include "ArduinoJson.h" in Atmel Studio 7
Created by: martingcavallo
Hi,
I am not able to build a project in Atmel Studio 7 which include arduinoJson library. When I buid it, I get errors in relation with the #include directives that are inside the own library. Whta's more, I created a new project in which I only included the arduinoJson library and I left the main function empty and I got the same errors. I tried to add the library in the different ways, but the result is same.
I mean, the compiler does not find the files. The error descriptions say "xxxxxxx.h:No such file or directory."
In some case, it seems like the solution in add .h extension into the name of the file, but it is not the solution in other cases.
Have anybody got an idea? I attach some pictures for you.
Thanks in advance.