This has been bugging me for two days. Getting error when building the unity project in Visual Studio 2017. I want to deploy the app on my Hololens. I don't need the emulator.
I installed everything, also reinstalled several times.
I followed these instructions:
- https://developer.microsoft.com/en-us/windows/mixed-reality/install_the_tools
- https://developer.microsoft.com/en-us/windows/mixed-reality/holograms_100
But still getting two errors:
'CoreApplicationView' and 'CoreWindow'
The type is defined in an assembly that is not referenced. You must add a reference to assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null, ContentType=WindowsRuntime'.
This is the second install. In the first install, I updated all these 4 before as well, and still didn't work.
thanks