Playing mp3/ogg with SDL_Mixer

Hi TrnSTrA, I follow your method installed these packages.
$ ./vcpkg.exe search sdl2-mixer
sdl2-mixer 2.0.4-9 Multi-channel audio mixer library for SDL.
sdl2-mixer[dynamic-load] Load plugins with dynamic call
sdl2-mixer[libflac] Support for FLAC audio format.
sdl2-mixer[mpg123] Support for MP3 audio format.
sdl2-mixer[libmodplug] Support for MOD audio format.
sdl2-mixer[libvorbis] Support for OGG Vorbis audio format.
sdl2-mixer[opusfile] Support for Opus audio format.

But I can not run my exe file. I got this error message from SDL
Failed loading vorbisfile.dll
After I copy vorbisfile.dll into my exe folder I still get this problem.
Can I ask you how to fix this problem? THX!
Environment: win10 visual studio 2019 cmake