I am attempting to build SFML 2.1 for VS 2013. I am using the latest version of cMake 3.0.2. When cMake prompts me I select Visual Studio 12 2013 and Use default native compilers. Here are the options I use.
BUILD_SHARED_LIBS - No
CMAKE_BUILD_TYPE - Release
CMAKE_CONFIGURATION_TYPES - Debug;Release;MinSizeRel;RelWithDebInfo
CMAKE_INSTALL_PREFIX - C:/Program Files (x86)/SFML
GLEW_INCLUDE_PATH - C:/Users/My Name/Desktop/SFML-2.1/extlibs/headers
GLEW_LIBRARY - C:/Users/My Name/Desktop/SFML-2.1/extlibs/libs-msvc/x86/glew.lib
SFML_BUILD_DOC - No
SFML_BUILD_EXAMPLES - No
SFML_USE_STATTIC_STD_LIBS - No
I then open SFML.sln receive the message that "One or more projects in the solution were not loaded correctly. Please see the Output Window for details." When I try to compile the project I get errors of the following nature, "Error 1 error MSB4025: The project file could not be loaded. And error occurred while parsing EntityName."
This issue is similar to this thread from four years ago.
http://en.sfml-dev.org/forums/index.php?topic=3519.0Any help would be appreciated.