I am building a C++ source code in visual studio 2013. My source code is accessing libjpeg. So when I am trying to build the code I am getting the following error:
"fatal error: cannot open file 'libjpeg_d.lib'".
I even install "libjpeg" package using package manager using command "Install-Package libjpeg"
Can anyone help me to resolve this issue?
Thanks