How to compile G’MIC lib with MSVC2015?

If it is not included with the download, then you first have to create a .def file with the exported functions.
Then create a .lib stub file from that .def file.
Here the process is explained in detail:
https://adrianhenke.wordpress.com/2008/12/05/create-lib-file-from-dll/