in my first C++ project in Visual Studio Code I have troubles in including the external library Imagemagick (imagemagick.org) Magick++.h Pic1
I installed the library files and linked the installation folder in c_cpp_properties.json Pic3
Therefore, when I include the library I do not have any "wavy line", which marks a non found library Pic2
Anyhow, whenever I try to compile with
C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.25.28610/bin/Hostx64/x64/cl.exe
I get:
IMhelloworld.cpp
c:\Users\jfi\Desktop\Hints_Scripts\InsortAP_Toolbox\VSCode\IMHelloWorld\IMhelloworld.cpp(1): fatal error C1083: Datei (Include) kann nicht geöffnet werden: "Magick++.h": No such file or directory
Please help! What am I missing?
Thank you so much!
Best regards LeFish