yetkin aytekin - 2023-04-25

Hello everyone. I use Visual studio 2022 and juce framewok to develop sound processing applications in C++. I've downloaded Sountouch dll library:
https://www.surina.net/soundtouch/soundtouch_dll-2.1.1.zip
I added the directory which contains .lib files to additional library directories in linker settings. Also I located the dll file in the same directory with my application exe. The header file is included too in my code.
I get unresolved external error for soundtouch functions. I couldn't realize what am I doing wrong or missing