I'm trying to build a project in Visual Studio 2015 but getting the following error from Visual Studio:
LINK : fatal error C1047: The object or library file '..\..\SOIL\Release\SOIL.lib' was
created with an older compiler than other objects; rebuild old objects and libraries
Now I've seen other questions on similar issues, and solutions tend to be along the lines of
"Rebuild your libraries"
owtte. I have tried rebuilding the entire soloution using:
I have also tried cleaning the solution using:
After doing both these things the same error occurs.
I am posting this as a separate question because it seems to me that my problem could actually be different than theirs.
I do not know how nor whether I can just build old objects and/or libraries and I cannot find any information on this topic. Any insight on this would be greatly useful to me.
Thank you :)