VisualMicro + ESP32 = Intellisense Errors
I'm using VS2019 with vMicro installed to compile code for an MH-ET Live ESP32 MiniKit. I'm seeing an issue that was mentioned on a closed issue before. As soon as I add ArduinoJson I receive hundreds of intellisense errors. I have not been able to make these errors go away. The code does compile but this renders intellisense completely useless.
I've also noticed that intellisense doesn't recognize classes and functions from ArduinoJson. For instance DynamicJsonDocument does not show up in the list when I begin typing and appears with a red line underneath after typing. I can put ARDUINOJSON_NAMESPACE:: in front of it and it shows up. This doesn't resolve the functions though such as serializeJson because they are not in a namespace.