xoofx/CppAst.NET

STL1000: Unexpected compiler version, expected Clang 11.0.0 or newer.

namiestew opened this issue · 0 comments

C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.29.30133\include\yvals_core.h(551, 2): error: STL1000: Unexpected compiler version, expected Clang 11.0.0 or newer.

I have Visual Studio 2019 Version 16.11.2 installed and when I try to parse file with CppParser.ParseFiles, I am getting the above error.

I have both Visual Studio 2017 and also an older MSVC build tool (14.20.27508) installed but how do I make the library use these older versions? Is there a setting or configuration for the library that can be changed?