Help using Arduino 101 as ISP

I have an ATtiny85 that I want to program with my Arduino 101. I followed the instructions here and here, but I cannot seem to get it to work. I can upload the ArduinoISP to my Arduino, and it seems to work fine (LED blinks if connected to heartbeat pin), but if I attempt to upload a sketch or burn a the bootloader, I get the following error:

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

avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x03
Error while burning bootloader.

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

I have tried adding or removing the 10uf cap between ground and my Arduino's reset pin, using the ICSP header on my Arduino instead of pins 10-13, and have even tried using a different computer to burn the bootloader. I don't know what I'm doing wrong, and Google doesn't seem to be much help. Here are some images of my wiring and a screenshot of my settings

Thank you for taking the time to read my post and help me.