There problem with the generated source file in cppwinrt.exe
cppwinrt -input "C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\CppUnitTestFramework.Universal\16.0\References\CommonConfiguration\neutral\ Microsoft.VisualStudio.TestPlatform.TestExecutor.WinRTCore.winmd" -reference local -output "Generated Files""
The generated source file contains and cannot be compiled:
For instance
template<> struct hash<winrt::Microsoft::VisualStudio::TestPlatform::TestExecutor::WinRTCore::UnitTestClient> : winrt::impl::hash_base {};
Previous versions of cppwinrt.exe do not and compile successfully.