Good day!
I have followed the tutorial for linking the SFML files to VS and come to a problem which is rather annoying.
When I selext x86, I get no red underlinings, meaning VS can find everything. But when I press F5 get the error:
1>sfml-graphics-d.lib(sfml-graphics-d-2.dll) : fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86'
So I switched it to x64, but now quite a few lines have red underlinings and I get the error:
1>c:\game\game\main.cpp(1): fatal error C1083: Cannot open include file: 'SFML/Graphics.hpp': No such file or directory
I use Visual Studio 2015 community edition and have downloaded SFML-2.4.1-windows-vc14-64-bit.
I honestly do not understand why it is not finding the files on x64, perhaps someone else has encountered this issue?
Greatings!