I'm trying to build OBS Studio in Visual Studio 2013 Update 5, and I'm getting this error:
in the project obs-filters, immediately followed by a "code generation failed" error.
Apparently error C1900 is caused by attempting link time code generation when the libraries involved were compiled with different compilers. But I just followed these instructions and compiled everything at once with CMake. Maybe the problem is related to some library outside of the source repository?
Code:
error C1900: Il mismatch between 'P1' version '20130802' and 'P2' version '20100826'
Apparently error C1900 is caused by attempting link time code generation when the libraries involved were compiled with different compilers. But I just followed these instructions and compiled everything at once with CMake. Maybe the problem is related to some library outside of the source repository?
Last edited: