arduino IDE not working with USBASP

I have tried eeeeeeeeevrything to fix this prolem I have reinstalled my windows USB drivers ,the usbasp drivers ,made sure avrdude was up to date ..i still get this error

Arduino: 1.6.9 (Windows 10), Board: "ATtiny25/45/85, ATtiny85, Internal 8 MHz"

C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avrdude -CC:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf -v -v -v -v -pattiny85 -cusbasp -Pusb -e -Uefuse:w:0xff:m -Uhfuse:w:0xdf:m -Ulfuse:w:0xe2:m 

avrdude: Version 6.0.1, compiled on Apr 15 2015 at 19:59:58
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
         Copyright (c) 2007-2009 Joerg Wunsch

         System wide configuration file is "C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf"

         Using Port                    : usb
         Using Programmer              : usbasp
avrdude: usbasp_open("usb")
avrdude: error: could not find USB device with vid=0x16c0 pid=0x5dc vendor='www.fischl.de' product='USBasp'
avrdude: usbasp_close()

avrdude doError while burning bootloader.
ne.  Thank you.

does anyone understand what is going on here ?

I forgot to mention I also set my computer to use unsigned drivers ..Im using 64 bit windows 10

I allso downloaded zadig and installed libusbK(v3.0.7.0)

Did you manage to fix the problem?