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