Using CppSharp to parse C++ files fails on Windows for MSVC (14.44.35207) with the following error: ``` C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.44.35207\include\yvals_core.h(908,1): ERROR: static assertion failed: error STL1000: Unexpected compiler version, expected Clang 19.0.0 or newer. ``` Apparently, the version of clang used in the library is old and no longer supported by the MSVC version of the STL