MSBuild error MSB8054
MSB8054:
/ZW
(WinRT language extensions) not supported by clang-cl.
This error occurs when you specify the /ZW
(WinRT language extensions) option in a C++ Clang project. This option requires the MSVC compiler, cl.exe
.
Este explorador ya no se admite.
Actualice a Microsoft Edge para aprovechar las características y actualizaciones de seguridad más recientes, y disponer de soporte técnico.
MSB8054:
/ZW
(WinRT language extensions) not supported by clang-cl.
This error occurs when you specify the /ZW
(WinRT language extensions) option in a C++ Clang project. This option requires the MSVC compiler, cl.exe
.