CMake don't generate Visual Studio 2013 Solution, erros here ...

I’m having troubles to generate Visual Studio 2013 Solution of Blender.
I follow this two link to build in CMake :
http://wiki.blender.org/index.php/Dev:Doc/Building_Blender/Windows/msvc/CMake#.2B_Safe_Folders_for_64_Bit_libraries
http://wiki.blender.org/index.php/Dev:Doc/Building_Blender/Windows/cmake#Generating_projects_with_CMake

But still i have this errors when i clikc on Generate in CMake :

Could NOT find PNG (missing: PNG_LIBRARY PNG_PNG_INCLUDE_DIR) CMake Warning at CMakeLists.txt:1109 (message):
Using HARDCODED libpng locations

Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
Found Freetype: C:/BlenderDev/blender/…/lib/win64_vc12/freetype/lib/freetype2ST.lib
Could NOT find OpenEXR (missing: _openexr_LIBRARIES OPENEXR_INCLUDE_DIR)
CMake Warning at CMakeLists.txt:1196 (message):
Using HARDCODED OpenEXR locations

Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR)
CMake Warning at CMakeLists.txt:1225 (message):
Using HARDCODED libtiff locations

Could NOT find Boost
CMake Warning at CMakeLists.txt:1267 (message):
USING HARDCODED boost locations

Could NOT find OpenImageIO (missing: OPENIMAGEIO_LIBRARY OPENIMAGEIO_INCLUDE_DIR)
CMake Error at CMakeLists.txt:1983 (message):
Apple and Windows require pre-compiled libs at:
‘C:/BlenderDev/blender/…/lib/win64_vc12’

I found the problem, is missing lib from SVN repository. If someone have the same problem, you can send a message to me then i will help.