So I've been going over and over how to install and configure SFGUI for Visual c++ and I've been having a hard time. I think I've done it correctly for the most part? C++ Additional include directories, Linker Additional Library directories, Additional lib dependencies. I'm just unsure as to what I need to do with the SFGUI.dll and SFGUI-d.dll, since they're not working in either the bin folder of SFGUI or when I include them in the solution folder like you do for SFML files. I'm not sure if I'm even meant to have the SFML files in the project but that's whats worked for me and if anyone can tell me how to do it otherwise I'd be glad to find out more about library linking and all that jazz. Below is a screenshot of the SFGUI hello world examples, the folder view aswell as the error it's giving me.