Engine\Source\Runtime\Core\Public\Microsoft\WindowsHWrapper.h(11,14): fatal error: ‘Microsoft/WindowsHWrapperPrivate.h’ file not found
https://github.com/EpicGames/UnrealEngine/search?q=WindowsHWrapperPrivate.h
Engine\Source\Runtime\Core\Public\Microsoft\WindowsHWrapper.h(11,14): fatal error: ‘Microsoft/WindowsHWrapperPrivate.h’ file not found
https://github.com/EpicGames/UnrealEngine/search?q=WindowsHWrapperPrivate.h
虽然时隔多年,但是这个问题是使用了平台函数,插件的解决方法是在.uplugin添加WhitelistPlatforms关键词就好,例如
It’s been years, but the problem is using platform functions, and the plugin solution is to just add the WhitelistPlatforms keyword to the .uplugin, for example
"WhitelistPlatforms": [
"Win64"
]