Hey. I am trying to create a pytorch tutorial project with C++. I have downloaded the latest versions of “libtorch-win-shared-with-deps-2.0.1+cpu” and “libtorch-win-shared-with-deps-debug-2.0.1+cpu” for both debug and release. And extracted them. And downloaded the pre-configured LibTorch project for VS22.
Everything seems fine until I encountered the problem when try to select folder for both debug and release files. Can anyone help me?
– I have tried to select multiple path inside libtorch file such as lib, bin and include. But it does not work.