VST3.7.1 Validator doesn't compile anymore with MSVC /std:c++latest

Not a deal breaker but would be nice if it did, as this is going to be C++20.
I was working fine in 3.7.0

Thanks,
Lorcan

for now the SDK requires C++14…
but for the next update we will check this issue with c++20,
thanks for informing us

as local fix you could replace in module_win32.cpp all
generic_u8string
by
generic_string