Hello,
I dowloaded and successfully installed the binary files. But I cannot include the header Magick++.h in my VC++ project. I added in the property page C/C++ ---> General ---> Additional Include directories C:\Program Files\ImageMagick-7.0.2-Q16\include and also in Linker ---> Additional Dependancies I added X11.lib, CORE_RL_magick_.lib, CORE_RL_Magick++_.lib, CORE_RL_wand_.lib. But when I add #include <Magick++.h> I get cannot open source Magick++.h.
Do have to do something else ?
Thanks
How to install ImageMagick on windows for Visual Studio 2015
Re: How to install ImageMagick on windows for Visual Studio 2015
I solved the problem
Re: How to install ImageMagick on windows for Visual Studio 2015
Would you mind telling us what you did so this will help someone who also runs into this?