I was trying to integrate Python interpreter in C++ application in Visual Studio 2013, despite of adding INCLUDES and ENV VARIABLES such as LIB & LIBPATH, compilation is throwing an Error as
LINK : fatal error LNK1104: cannot open file 'python37_d.lib'.
I tried all possible google suggestions, but still I am not able get rid of this Error. Any help on this would be highly appreciated.