我正在尝试cppwinrt
像这样在我现有的组件上运行编译器
cppwinrt -in Component.winmd -ref local -out Component
按照克里博客上的指示。不幸的是,我收到以下错误:
The Component projection is incomplete. A required reference may be missing.
error 0x80004005: Unknown namespace: Platform
我该如何解决这个问题?