Hello everybody, I am planning to migrate my plugins to Vectorworks 2021 However, when I try to run on debug, the loading screen of Vectorworks halts on the SDK code somewhere down in the destructor of the TXString. (this happens with my own code, just as with the sample project). I can see this is due to the _ITERATOR_DEBUG_LEVEL, I think it tries to warn me about something,  but I don't see how this connects with my code...because I don't see any in my stacktrace.