microsoft / MixedRealityCompanionKit

This is a MixedRealityToolkit style repository for code bits and components that may not run directly on Microsoft HoloLens or immersive headsets but instead pair with them to build experiences.
MIT License
596 stars 288 forks source link

Cannot build MixedRemoteViewCompositor Sources #251

Closed eco3 closed 6 years ago

eco3 commented 6 years ago

I'm using Visual Studio 2017 and it throws errors when trying to build the Sources as instructed here.

It seems like there are misplaced curly-brackets in MixedRemoteViewCompositor.h

cloud4every1 commented 6 years ago

Had the same issue. Use VS 2015 and add the necessary SDK versions. This should worked .

Check the following: Error on MixedRemoteViewCompositor #13