Win-SDK Errors When Building Omniverse kit-106.0.3

I have been trying to follow this set up guide for streaming omniverse applications to the Apple Vision Pro: Set Up Omniverse SDK — Spatial Streaming for Omniverse Digital Twins Workflows

When I get to the build step, I get this error:

I have tried to find a version of WinSDK that matches the version required here, but cannot find it.
I have tried installing different versions with no avail.

Any help or suggestions here would be awesome.

Thanks in advance!

1 Like

hey @walker.mckee

Which WinSDK versions did you install and how did you install them?

I have installed Windows 11 SDK 10.0.22621.0 from the Visual Studio Installer. Should I try a different version?

Hey @walker.mckee

Thanks for the info!
Looks like the script is specifically looking for 10.0.19608.0, so even though you’ve installed a newer SDK, it is failing when kit-app-template cant find 10.0.19608.0 via packman.
You can try version 10.0.19041.0 - which is known to work in many Kit builds -
(reference: kit-app-template/readme-assets/additional-docs/windows_developer_configuration.md at main · NVIDIA-Omniverse/kit-app-template · GitHub)

You can also try explicitly specifying in repo.toml - kit-app-template/repo.toml at 8d8781f9ac2df063e95bf13a4488b36ff2484ede · NVIDIA-Omniverse/kit-app-template · GitHub

Let me know if either of those solutions work for you :)

Hi @AshleyG_NVIDIA

Thanks for the help, I am using the 106.0.03 branch of the kit-app-template as that is what is used in the guide I linked. The repo.toml file seems to be different on this branch and doesn’t have the lines of code in the one you sent me. I can, however, go to a more recent branch and build it successfully. Do you know if I am able to continue with the guide a newer branch? Or do I need to figure out how to build it on 106.0.03?

The last time this guide was checked, it was against 106.0.3 so I cannot say for sure that the guide will still work with a newer version, such as107 - as there may have been minor changes to the XR configurations. However, I would encourage you to move forward with your working branch and report back if you are experiencing issues

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.