1. Download ImageMagick-6.8.8-0.7z and ImageMagick-6.8.8-0-Q8-x86-dll.exe
2. Run ImageMagick-6.8.8-0-Q8-x86-dll.exe, remember to choose "Install development headers and libraries for C and C++".
3. Unzip ImageMagick-6.8.8-0.7z,
4. Edit ImageMagick-6.8.8\pango\pango\pango-language-sample-table.h. Change all "whatever is in a quotation mark" to " "
5. Open ImageMagick-6.8.8\VisualMagick\VisualDynamicMT.sln. Compile.
6. Now all Debug dlls and libs are available in ImageMagick-6.8.8\VisualMagick\bin. .h files, release dlls and libs are in the location you choosed in step 2.
7. Change your project setting, VC++ folder should contain folders in step 6.
8.
Include these libs in additional dependency.
debug:
CORE_DB_magick_.lib
CORE_DB_Magick++_.lib
CORE_DB_wand_.lib
X11.lib
release:
CORE_RL_magick_.lib
CORE_RL_Magick++_.lib
CORE_RL_wand_.lib
X11.lib
9. #include <Magick++.h> you are good to go