I'm trying to build libpng
in MS Visual studio 2015 community edition but when i built it, i got this error (i used cmake to compile libpng along with compiled zlib to produce libpng's soln file ALL_BUILD.vcxproj
)
Cannot open include file: 'pnglibconf.h':No such file or directory
I think this a system specific error,when i try to build this on other system it works fine(because pnglibconfig.h was present with MS VS soln folder).
Is there any prerequisites that is missing?
Update: I tried building libpng in both debug & release mode, both are showing the same error. Zlib builds fine.