I did. I don't really understand what dynamic and static means, so I'll check it out on the internet to see if I understand what I'm doing wrong
Btw I tried to change the properties of the project to have the the release dll's linked with the release version and the -d ones linked with the debug version. I get the same error on both
EDIT: From what I understood static means you have an exe doing everything, dynamic means you have dll + exe. For this project I do prefer static so I'll check if everything is set to static.
EDIT2: I'm getting an error by compiling INSTALL after setting everything up for static in CMake, so... I'll try to make it Dynamic instead xD
EDIT3: IT WORKED! You guys are my heroes