MSBuild error MSB8056
MSB8056:
/experimental:modulenot supported by clang-cl.
This error occurs when you specify the /experimental:module option in a C++ Clang project. This option requires the MSVC compiler, cl.exe.
Feedback
Submit and view feedback for