I had troubles running debug builds using assimp (compiled & installed via vcpkg)
After some investigation it seems that the library-path in assimp-config.cmake is not complete.
Find attached a test project that fails to copy assimp-vc140-mtd.dll on build unless ASSIMP_LIBRARIES is adapted (see microsoft/vcpkg#3193 )