I am new to Atmel Studio, and I am writing a C++ application for a SAMD51G18A. It is compiling fine, but VAssist is flagging all std symbols as unknown. I have created a fresh GCC C++ executable project and simply did an #include <string> and created an instance of std::string in main. It underlines string in red.
Is this something that other people see, or is this a problem on my end?
Thanks!