Trying to run a rust project with a dependency however it produces the following error.
Command used: npm run tauri dev
error: linking with `link.exe` failed: exit code: 1181
(large number of file locations are shown here)
note: LINK : fatal error LNK1181: cannot open input file 'Packet.lib'
I have added the dependecy of where Packet.lib is located in environment variables.
Environment Variable of dependency
I’ve reinstalled C++ build tools multiple times and these are the packages in there.
C++ build tools packages