microsoft / MixedRealityToolkit

The MixedRealityToolkit is a collection of scripts and components intended to accelerate the development of mixed reality applications targeting Windows Mixed Reality.
MIT License
860 stars 277 forks source link

HoloToolkit PlaneFinding doesn't build on latest Windows SDK Visual Studio Update 2 #7

Closed ForrestTrepte closed 8 years ago

ForrestTrepte commented 8 years ago

1) Install Visual Studio Update 2 with its default Windows SDK version. 2) Open PlaneFinding.sln. 3) Build Solution

result: C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\Win32\PlatformToolsets\v140\Toolset.targets(34,5): error MSB8036: The Windows SDK version 10.0.10502.0 was not found. Install the required version of Windows SDK or change the SDK version in the project property pages or by right-clicking the solution and selecting "Retarget solution". expected: Builds successfully.

Following the directions in the error to "Retarget solution" didn't fix the problem. I found a way to update the version by manually editing the project file. Stay tuned. I'll make a pull request with this fix and get feedback on whether we should roll forward to this version and whether my fix looks correct.

angelaHillier commented 8 years ago

Your fix has now been merged into Main.