C++: LoadLibrary failed with error 1114

Hi,

I try to load torchvision.dll dynamically on windows, but it fails with error 1114.
Torchvision runs good if call from Python, what should I do to make it avaliable for c++?
cuda was turned on during the build.

I have a intel integrated graphics card and Nvidia 3060 on laptop.

Thanks.

Solved, some dependency missing.