Hello
i installed ZeroMQ 4.0.4 and i get these errors on Visual Studio 13
Error 2 error C1083: Cannot open include file: 'zmq.h': No such file or directory (L:\Sorce\Trin\dep\zmqpp\zmqpp\context.cpp) l:\sorce\trin\dep\zmqpp\zmqpp\context.hpp 13 1 zmqpp
Error 3 error C1083: Cannot open include file: 'zmq.h': No such file or directory (L:\Sorce\Trin\dep\zmqpp\zmqpp\frame.cpp) l:\sorce\trin\dep\zmqpp\zmqpp\exception.hpp 14 1 zmqpp
Error 4 error C1083: Cannot open include file: 'zmq.h': No such file or directory (L:\Sorce\Trin\dep\zmqpp\zmqpp\message.cpp) l:\sorce\trin\dep\zmqpp\zmqpp\exception.hpp 14 1 zmqpp
Error 5 error C1083: Cannot open include file: 'zmq.h': No such file or directory (L:\Sorce\Trin\dep\zmqpp\zmqpp\poller.cpp) l:\sorce\trin\dep\zmqpp\zmqpp\exception.hpp 14 1 zmqpp
Error 7 error C1083: Cannot open include file: 'zmq.h': No such file or directory (L:\Sorce\Trin\dep\zmqpp\zmqpp\socket.cpp) l:\sorce\trin\dep\zmqpp\zmqpp\context.hpp 13 1 zmqpp
Error 6 error C1083: Cannot open include file: 'zmq.h': No such file or directory (L:\Sorce\Trin\dep\zmqpp\zmqpp\zmqpp.cpp) l:\sorce\trin\dep\zmqpp\zmqpp\zmqpp.hpp 51 1 zmqpp
Error 9 error C1083: Cannot open include file: 'zmq.h': No such file or directory (L:\Sorce\Trin\src\server\game\Handlers\CharacterHandler.cpp) l:\sorce\trin\dep\zmqpp\zmqpp\compatibility.hpp 24 1 game
Error 10 error C1083: Cannot open include file: 'zmq.h': No such file or directory (L:\Sorce\Trin\src\server\game\Server\BattlenetServerManager.cpp) L:\Sorce\Trin\dep\zmqpp\zmqpp\zmqpp.hpp 51 1 game
Error 11 error C1083: Cannot open include file: 'zmq.h': No such file or directory (L:\Sorce\Trin\src\server\game\Server\WorldSession.cpp) l:\sorce\trin\dep\zmqpp\zmqpp\compatibility.hpp 24 1 game
Error 8 error LNK1181: cannot open input file '..\..\..\dep\zmqpp\Release\zmqpp.lib' L:\Sorce\Trin1\src\server\bnetserver\LINK bnetserver
Error 12 error LNK1181: cannot open input file '..\game\Release\game.lib' L:\Sorce\Trin1\src\server\worldserver\LINK worldserver
Error 1 error MSB6003: The specified task executable "Lib.exe" could not be run. Der Vorgang ist bei einer Datei mit einem geöffneten Bereich, der einem Benutzer zugeordnet ist, nicht anwendbar. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 1000 5 Detour
CMake 3.3.2 works without error
The C compiler identification is MSVC 18.0.40629.0
The CXX compiler identification is MSVC 18.0.40629.0
Check for working C compiler using: Visual Studio 12 2013
Check for working C compiler using: Visual Studio 12 2013 -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler using: Visual Studio 12 2013
Check for working CXX compiler using: Visual Studio 12 2013 -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Detecting CXX compile features
Detecting CXX compile features - done
Detected 32-bit platform
MSVC: Enabled large address awareness
MSVC: Enabled SSE2 support
MSVC: Disabled Safe Exception Handlers for debug builds
MSVC: Overloaded standard names
MSVC: Disabled NON-SECURE warnings
MSVC: Disabled POSIX warnings
MSVC: Disabled generic compiletime warnings
Found OpenSSL library: optimized;C:/OpenSSL-Win32/lib/VC/ssleay32MD.lib;C:/OpenSSL-Win32/lib/VC/libeay32MD.lib;debug;C:/OpenSSL-Win32/lib/VC/ssleay32MDd.lib;C:/OpenSSL-Win32/lib/VC/libeay32MDd.lib
Found OpenSSL headers: C:/OpenSSL-Win32/include
Looking for include file pthread.h
Looking for include file pthread.h - not found
Found Threads: TRUE
Found MySQL library: C:/Program Files (x86)/MySQL/MySQL Server 5.5/lib/libmysql.lib
Found MySQL headers: C:/Program Files (x86)/MySQL/MySQL Server 5.5/include
Found MySQL executable: C:/Program Files (x86)/MySQL/MySQL Server 5.5/bin/mysql.exe
Boost version: 1.59.0
Found the following Boost libraries:
system
filesystem
thread
program_options
iostreams
regex
Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM
Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM - Success
Found git binary : C:/Program Files (x86)/Git/cmd/git.cmd
* TrinityCore revision : 9f4e4b9546e5+ 2016-01-05 23:37:45 +0100 (6.x branch)
* Install core to : C:/Program Files (x86)/TrinityCore
* Build world/auth : Yes (default)
* Build with scripts : Yes (default)
* Build map/vmap tools : No (default)
* Build core w/PCH : Yes (default)
* Build scripts w/PCH : Yes (default)
* Show compile-warnings : No (default)
* Use coreside debug : No (default)
* Show source tree : No (default)
* Use GIT revision hash : Yes
Looking for open
Looking for open - found
Found ZMQ library: l:/ZeroMQ/lib/libzmq-v120-mt-4_0_4.lib
Found ZMQ headers: l:/ZeroMQ/include
SCRIPT PREPARATIONS
-> Prepared: Spells
-> Prepared: Commands
-> Prepared: Custom
-> Prepared: World
-> Prepared: Outdoor PVP Zones
-> Prepared: Eastern Kingdoms
-> Prepared: Kalimdor
-> Prepared: Outland
-> Prepared: Northrend
-> Prepared: The Maelstrom
-> Prepared: Events
-> Prepared: Pet
SCRIPT PREPARATION COMPLETE
Configuring done
Generating done
Can someone help me