Hello, so I’m using Unreal for the first time and I have a problem creating a C++ project ( Basic code )
I’ll link an imgur link to all errors and explain my beautiful journey through bugs and crashes.
LINK : fatal error LNK1181: cannot open input file ‘wininet.lib’
This implies that either the wininet.lib file is not present on your computer or your Environment Variables may not be set up correctly. When searching for this file on my computer, I was able to find it in the following location:
You mentioned uninstalling/reinstalling your Windows SDK but keep in mind that there are multiple versions of the Windows SDK and they are generally standalone SDKs, not upgrades for one another. Which SDKs do you have installed? You can find which ones you have in the Windows folder in the filepath provided above. If we do find that you do have the file it’s looking for, we can look into your Environment Variables to see if Visual Studio isn’t seeing the files successfully.
One additional thing, please ensure that your Visual Studio installation is on the same drive as your Windows SDK and Windows OS installation.
I suggest to also have the Windows SDK v8.1 installed. The location of your UE4 installation should be fine as long as it’s not on an external hard drive. It looks like this could be the most recent installation, based off the date on the folders, are you sure that you don’t have two installations of Visual Studio and are opening the one on your F: drive?
To clarify, there don’t seem to be any crashes occurring, and at the moment this seems like more of an issue with Visual Studio than UE4 directly so attempting to look up information on Windows support sites may be helpful. I’ll continue trying to assist as best I can but it’s a thing to keep in mind.