Reputation: 886
I am trying to update an old program to use a more up to date version of DirectX. When I build my application I get an error "Cannot open file Dinput.lib". I don't want to open Dinput.lib. How do I find where this is being referenced, I want to remove it.
Upvotes: 0
Views: 686
Reputation: 886
I was able to find the reference by unloading my project and editing the vcxproj file (via right-click edit) I found the reference in an AdditionalDependencies tag
Upvotes: 0