why do you use preview/beta software?
I built the software being compiled with clang/llvm which includes certain c++11 features. These features are better supported by VS2015, so this was an attempt to test those.
Getting SFML to work with VS2013 is trivial.
If you had searched the forum, you'd have found the other thread(s) stating that you have to recompile some of SFML's dependencies.
I had attempted to search and found nothing directly pertinent, perhaps you can provide the link?
I had already attempted to rebuild both libjpeg and libfreetype previous to posting and statically linking against those, however this presented a whole slew of it's own issues...perhaps due to version differences (libfreetype alone, for example, has three levels of supported API at this point...freetype1, freetype2 and freetype6. building against the most recent freetype source spat out quite a few code-based errors).
I can dig through and diagnose these issues and possibly get it working. But the whole point of a community is to leverage knowledge or experience such as this, in case someone's already figured this out.
there is generally no official support for it
I'm asking a question on a forum, in case someone else has had similar issues, that's about the least official you can get.
Use the tutorials and learn how to set it up with supported IDEs before you use unsupported ones (Common sense?).
I'm quite well versed in SFML and have gotten it to work previously on multiple OSes and build chains. I was asking for support on a specific IDE that I have less experience with.