I'm creating a template C++ project for Visual Studio that requires some .lib and .dll files. The files are linked to in the project properties linker settings and included in the dependencies and also included in the project via the Solution Explorer. Everything runs fine, but when I export the project to a template and use that template to create a new project the .lib files are the only ones missing.
I've tried extracting the .zip of the exported template, adding the .lib files manually and their paths to the .vstemplate, then re-zipping the project, but this hasn't worked either.
I'm using Visual Studio 2019 on Windows 10 if that's relevant.