Intellisense errors with Visual Micro
Created by: cfeied
Hello,
I am seeing a large number of errors and warnings when compiling with #include ArduinoJson.h added to my code. If I ignore them all, ArduinoJson does compile and link and I am able to use it within my programs. Unfortunately the errors and warnings are so numerous that they prevent me from working effectively on my code.
The same thing happens when I attempt to compile JsonGeneratorExample.
The toolchain is handled by VisualMicro in Visual Studio 2015. The target board is Teensy 3,2 I have the latest Arduino IDE and VisualMicro versions installed.
When I compile JsonGeneratorExample the output looks normal except for float range warnings. However, the VS error and warning lists are packed with errors.
I am attaching files showing the compilation output and the errorlist. Any suggestions would be much appreciated. arduinojson_teensy_compilation_output.txt arduinojson_teensy_error_list.txt