I guess I was using 8.x for a while. I used vcpkg to update everything and now I'm dealing with half being split from exr among other issues*
I'm getting linking errors about unresolved symbol imath_half_to_float_table. I have USE_IMATH_HALF in the process but it doesn't seem to matter. I even tried doing a text search for ANY reference to "imath_half_to_float_table"on the drive and I'm not getting anything showing up. Anyone have any ideas since I'm just chasing an invisible reference?
*other issues being that c++17 doesn't like all the references to byte instead of std::byte so I dumped back to c++14