Evan Wilson
Evan Wilson
This looks like it might be the result of this MSVC bug that was fixed in the latest release. >[VS 16.8 upgrade broke linkage dependencies from MakeFile projects](https://developercommunity2.visualstudio.com/t/VS-1682-upgrade-broke-linkage-dependen/1275896)
It looks like you built the Release version and are trying to run tests on a non-existing Debug version.
@beqjanus https://github.com/JacquesLucke/blender_vscode/pull/55 might give you some hints on how to go about solving this issue.
Hi @xchen31u. This is an issue with vcpkg’s repository currently having incompatible versions of Imath and OpenEXR. I am looking to see if I can help move OpenEXR’s update forward...
This looks familiar. See [this 2016 thread](http://lists.openimageio.org/pipermail/oiio-dev-openimageio.org/2016-August/000604.html) involving `OIIO_NO_SSE` and `inline simd::vfloat4 sRGB_to_linear(const simd::vfloat4& x)` from the OIIO dev mail list. I came across it in [this commit to Blender](https://developer.blender.org/rB923eae25d1abf7b93edf553982877672f6259dcb)...
This can be closed since https://github.com/microsoft/vcpkg/pull/26862 has landed.