Configuring Azure Spatial Anchors in a C++/WinRT HoloLens project

Requirements

  • Visual Studio 2019 installed with the Universal Windows Platform development workload and the Windows 10 SDK (10.0.18362.0 or newer) component.

Configuring a project

Azure Spatial Anchors for HoloLens and C++/WinRT is distributed using the Microsoft.Azure.SpatialAnchors.WinRT NuGet package.

Follow the instructions here to use Visual Studio's NuGet Package Manager to install the Microsoft.Azure.SpatialAnchors.WinRT NuGet package into your project.

Next steps