Using Libraries in Particle - Humble Newbie question with chicken

The particle electron looks like what I need to remotely monitor the moisture and weather conditions in my friends soybean field. I have been looking at the YouTube videos and read a lot, but have run into this simple problem. I have been working on using the weatherstation.ino in the examples file. I have it setup like this -

My process

1 - Title app DHTa - created by me.
2 - Copy code from https://build.particle.io/build/59cd6b18c55ed2ea5b000435 into web IDE. App is DHTa.
3 Found Adafruit library Adafruit_DHT and included it in project DHTa. It shows up twice in code so I delete the lines from the original .ino

(// This #include statement was automatically added by the Particle IDE.
#include “Adafruit_DHT/Adafruit_DHT.h”

// This #include statement was automatically added by the Particle IDE.
#include “blynk/blynk.h”

4 - Did the same with the Blink library (which was very big)

5 - Then I ran the Verify portion of the ide and got the following error:It could not find the file or directory.

lib/blynk/utility/BlynkDebug.cpp:9:30: Blynk/BlynkDebug.h: No such file or directory

I have tried this with a number of examples and get similar results. I realize that this is a newbie problem. If we can solve it, I will donate 20 pounds of chicken to the local shelter in appreciation of your help.

The link you posted seems to be dead.