Seeking import library for perl526.dll

I have a C++ application that links to Perl so that it can serve as a layer between Perl script and a C++ API. I upgraded to Perl 5.26 but I cannot find the import library perl526.lib for my C++ application to link against. My previous version was Perl 5.18 and I was able to get the perl518.lib import library.

Where do I download the perl526.lib import library from?