Paul McCarthy
Paul McCarthy

Reputation: 886

Cannot open file Dinput.lib

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

Answers (1)

Paul McCarthy
Paul McCarthy

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

Related Questions