[Plugin] ZipUtility (7zip)

Hello,

I posted an issue on the GitHub repo but perhaps this is a better place for it…

I’m trying to add the plugin to my project but I keep getting linking errors when compiling that I don’t quite understand:


CompilerResultsLog: [1/1] Link UE4Editor-TestProject-7049.dll
CompilerResultsLog: Error: LINK : fatal error LNK1181: cannot open input file 'C:\Users\\Desktop\TestProject\Plugins\ZipUtility-ue4\Intermediate\Build\Win64\UE4Editor\Development\UE4Editor-ZipUtility.lib'
CompilerResultsLog: ERROR: UBT ERROR: Failed to produce item: C:\Users\\Desktop\TestProject\Binaries\Win64\UE4Editor-TestProject-7049.dll

I followed the instructions in the README to add the plugin (including adding the module name to the Build.cs file), and tried restarting both Unreal Engine and Visual Studio, but still get the same issue.

I found the following similar issue on the forums, but it didn’t resolve my problem.

Thanks in advance for the help!