The ATF LevelEditor is a powerful tool for constructing and assembling game levels. It provides a WYSIWYG interface and allows you to place objects, edit properties, edit terrain, and build game levels.
The solution is pretty easy
Change the Include directories of LvEdRenderingEngine to
$(IncludePath);$(DXSDK_DIR)Include;
And Library directories to
$(LibraryPath);$(DXSDK_DIR)Lib\x64
Added vs2013 solution and removed dependency on DirectX SDK June 2010.
For vs2010, you need to install Windows SDK 8.1 at default location.
if you have VS2013 pro, then it should compile without any issue.
The solution is pretty easy Change the
Include directories
ofLvEdRenderingEngine
to$(IncludePath);$(DXSDK_DIR)Include;
AndLibrary directories
to$(LibraryPath);$(DXSDK_DIR)Lib\x64