This took me a while to figure out but it appears to fail when trying to lock the mutex in start_seq
|
std::lock_guard<std::mutex> lock(g_camInstanceMutex); |
The build of the module all completes and installs without error, it just failed to work.
Downgrading to MS Build Tools 2022 17.2.1 fixes this.
This was tested on a windows 11 machine 64bit, you can download the Build Tools for Spring 2022 LTSC | 17.2
from here
https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-history#updating-your-installation-to-a-specific-release
