Operating System:
Windows
Linux Kit Version:
107 (Kit App Template)
106 (Kit App Template)
105 (Launcher) Kit Template:
USD Composer
USD Explorer
USD Viewer
Custom GPU Hardware:
A series (Blackwell)
A series (ADA)
A series
50 series
40 series
30 series GPU Driver:
Latest
Recommended (573.xx)
Other Work Flow:
Hi there,
I’m trying to build the “connect-samples” repository to get started with the examples for implementing a custom live link using the Python
Main Issue:
When I run as described for windows.\repo.bat build I get this error:
>>> Fetching all dependencies.
Package 'msvc' at version '2019-16.11.17-ndebug' is missing from local storage.
[11/13/25 14:22:37] ERROR BuildError exception stack trace dumped to logfile C:/Users/Christoph.Geiger/Documents/Github/Test_Nucleus_Live/connect-samples/_repo/repo.log. Stacks dumped to log.py:172
console via `--verbose` or `--tracebacks`.
BuildError: An error occured while pulling packman dependencies for
`C:/Users/Christoph.Geiger/Documents/Github/Test_Nucleus_Live/connect-samples/deps/host-deps.packman.xml`:
Package not found on specified remote servers! (name: msvc, version: 2019-16.11.17-ndebug)
BuildError exception stack trace dumped to logfile C:/Users/Christoph.Geiger/Documents/Github/Test_Nucleus_Live/connect-samples/_repo/repo.log. Stacks dumped to console via `--verbose` or `--tracebacks`.
BuildError: An error occured while pulling packman dependencies for `C:/Users/Christoph.Geiger/Documents/Github/Test_Nucleus_Live/connect-samples/deps/host-deps.packman.xml`:
Package not found on specified remote servers! (name: msvc, version: 2019-16.11.17-ndebug)
I have msvc version 2019-16.11.53 installed and it seems not possible to specify the minor version.
I also tried running .\repo.bat update msvc because I found documentation I understood that that could update package dependencies to the latest version - but that also throws an error.
I would really appreciate, if someone would help me with that -
I’m mainly a python and C# developer with quite limited experience with cpp and building in cpp.
The Connect Sample cannot download MSVC anymore via Packman due to a change in security.
However it can be solved by modifying two files, following these steps:
Edit deps\host-deps.packman.xml, you must have the correct VSPro 2019 and MSVC installed:
Run repo build -r (to just build the release version, if you want to build and run the debug version you’ll have to edit both the debug and release version of the next file)
When the previous command fails, edit _build\target-deps\omni_connect_sdk\release\dev\deps\all-deps.packman.xml to remove the msvc and winsdk dependencies:
Run repo build -r again and your samples should now build.
firstly thanks the quick helpful response.
I unfortunately do not have access to VS2019, but I do have MSVC 2019 from VS2022 and managed to reference that correctly.
I tried everything as described and got an error after the first run of repo build -r
So I did step 3., removed the msvcand winsdkdependencies and ran repo build -r again, but it still throws an another error about the winsdk version:
C:\Users\Christoph.Geiger\Documents\Github\Test_Nucleus_Live\connect-samples\_build\host-deps\msvc\MSBuild\Microsoft\VC\v160\Microsoft.Cpp.WindowsSDK.targets(46,5): error MSB8036: The Windows SDK version 10.0.18362.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". [C:\Users\Christoph.Geiger\Documents\Github\Test_Nucleus_Live\connect-samples\_compiler\vs2019\HelloWorld\HelloWorld.vcxproj]
C:\Users\Christoph.Geiger\Documents\Github\Test_Nucleus_Live\connect-samples\_build\host-deps\msvc\MSBuild\Microsoft\VC\v160\Microsoft.Cpp.WindowsSDK.targets(46,5): error MSB8036: The Windows SDK version 10.0.18362.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". [C:\Users\Christoph.Geiger\Documents\Github\Test_Nucleus_Live\connect-samples\_compiler\vs2019\LiveSession\LiveSession.vcxproj]
C:\Users\Christoph.Geiger\Documents\Github\Test_Nucleus_Live\connect-samples\_build\host-deps\msvc\MSBuild\Microsoft\VC\v160\Microsoft.Cpp.WindowsSDK.targets(46,5): error MSB8036: The Windows SDK version 10.0.18362.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". [C:\Users\Christoph.Geiger\Documents\Github\Test_Nucleus_Live\connect-samples\_compiler\vs2019\omniSensorThread\omniSensorThread.vcxproj]
C:\Users\Christoph.Geiger\Documents\Github\Test_Nucleus_Live\connect-samples\_build\host-deps\msvc\MSBuild\Microsoft\VC\v160\Microsoft.Cpp.WindowsSDK.targets(46,5): error MSB8036: The Windows SDK version 10.0.18362.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". [C:\Users\Christoph.Geiger\Documents\Github\Test_Nucleus_Live\connect-samples\_compiler\vs2019\omniSimpleSensor\omniSimpleSensor.vcxproj]
C:\Users\Christoph.Geiger\Documents\Github\Test_Nucleus_Live\connect-samples\_build\host-deps\msvc\MSBuild\Microsoft\VC\v160\Microsoft.Cpp.WindowsSDK.targets(46,5): error MSB8036: The Windows SDK version 10.0.18362.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". [C:\Users\Christoph.Geiger\Documents\Github\Test_Nucleus_Live\connect-samples\_compiler\vs2019\omnicli\omnicli.vcxproj]
C:\Users\Christoph.Geiger\Documents\Github\Test_Nucleus_Live\connect-samples\_build\host-deps\msvc\MSBuild\Microsoft\VC\v160\Microsoft.Cpp.WindowsSDK.targets(46,5): error MSB8036: The Windows SDK version 10.0.18362.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". [C:\Users\Christoph.Geiger\Documents\Github\Test_Nucleus_Live\connect-samples\_compiler\vs2019\omniUsdaWatcher\omniUsdaWatcher.vcxproj]
[11/14/25 17:51:42] ERROR error running: utils.py:358
['C:/Users/Christoph.Geiger/Documents/Github/Test_Nucleus_Live/connect-samples/_bui
ld/host-deps\\msvc\\MSBuild\\Current\\Bin\\MSBuild.exe', '/NoWarn:MSB8003,MSB8005',
'C:/Users/Christoph.Geiger/Documents/Github/Test_Nucleus_Live/connect-samples/_comp
iler\\vs2019\\Samples.sln', '/p:Configuration=release;Platform=x64',
'/verbosity:minimal', '/m'], code: 1, message: ""
ERROR BuildError exception stack trace dumped to logfile log.py:172
C:/Users/Christoph.Geiger/Documents/Github/Test_Nucleus_Live/connect-samples/_repo/re
po.log. Stacks dumped to console via `--verbose` or `--tracebacks`.
BuildError: BUILD FAILED for release
BuildError exception stack trace dumped to logfile C:/Users/Christoph.Geiger/Documents/Github/Test_Nucleus_Live/connect-samples/_repo/repo.log. Stacks dumped to console via `--verbose` or `--tracebacks`.
BuildError: BUILD FAILED for release
I have windsk 10.0.19041.0 and 10.0.22621.0 but I can not get the specific windsk version anymore and I tried to change the .sln project properties as described in the error (set it to generic 10.0)
That is overwritten though when running .\repo build -rand I couldn’t find where it is specified to that.
I managed to install it doing the next steps:
Remove any occurrence of winsdk and msvc dependencies and use your versions you have locally. Also, change their versions in premake.lua to the installed versions you have.
When repo.bat build is run, a version of the Microsoft Visual Studio Compiler and the Windows 10 SDK are downloaded and referenced by the generated Visual Studio projects. If a user wants the projects to use an installed version of Visual Studio 2019 then run repo.bat build --use-devenv. Note, the build scripts are configured to tell premake to generate VS 2019 project files. Some plumbing is required to support other Visual Studio versions.