I tried to compile Unity master branch (2f7406572e6f11212536c99a839e1bf512fe3fb6) by using Visual Studio Community 2019 (Plateform Toolset: Visual Studio 2019 (v142)),
_Unity\src\unityinternals.h(57,1): fatal error C1083: Cannot open include file: 'stdnoreturn.h': No such file or directory
By using Plateform Toolset: Visual Studio 2017 (v141), the compilation is ok (__STDC_VERSION__ < 201112L).
I tried to use Plateform Toolset: LLVM (clang-cl) provided by Visual Studio 2019, but the compilation fails on different errors.
Dear,
I tried to compile Unity master branch (2f7406572e6f11212536c99a839e1bf512fe3fb6) by using Visual Studio Community 2019 (Plateform Toolset: Visual Studio 2019 (v142)),
_Unity\src\unityinternals.h(57,1): fatal error C1083: Cannot open include file: 'stdnoreturn.h': No such file or directory
By using Plateform Toolset: Visual Studio 2017 (v141), the compilation is ok (__STDC_VERSION__ < 201112L).
I tried to use Plateform Toolset: LLVM (clang-cl) provided by Visual Studio 2019, but the compilation fails on different errors.
Best regards Sylvain Delisle