-
Hello, I am trying to build \psi from source (on Windows 10 Pro) and am running into a few errors. I have followed your instructions in the Wiki, but get errors like: CS006 'C:\Users\psi\source\repos\psi3\Sources\Media\Microsoft.Psi.Media_Interop.Windows.x64\x64\Release\Microsoft.Psi.Media_Interop.Windows.x64.dll' could not be found and MSB8040 Spectre-mitigated libraries are required for this project. Install them from the Visual Studio installer (Individual components tab) for any toolsets and architectures being used. Learn more: https://aka.ms/Ofhn4c Microsoft.Psi.RealSense_Interop.Windows.x64 I have checked that I have the Spectre-mitigated libs installed as well as the C++ ATL with Spectre Mitigations. Why might this be getting these errors? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, I can repro this build error as well, but only if I uninstall the Spectre libs. Can you try launching the Visual Studio Installer and under Individual Components filter to |
Beta Was this translation helpful? Give feedback.
Hi, I can repro this build error as well, but only if I uninstall the Spectre libs. Can you try launching the Visual Studio Installer and under Individual Components filter to
Spectre x64 latest
. Without this filter there are many flavors to select. Be sure to selectx86
/x64
andlatest
(v142) versions. Hopefully, a simple version or platform mismatch is the issue.