Verify/Compile Error

I am trying to Verify this Sketch but it is giving me this error

Arduino: 1.8.1 (Windows 8.1), Board: "Arduino/Genuino 101"

C:\Users\Abrumbi\Desktop\Arduino_101_Blynk_BLE\Arduino_101_Blynk_BLE.ino:10:33: fatal error: BlynkSimpleCurieBLE.h: No such file or directory

 #include <BlynkSimpleCurieBLE.h>

                                 ^

compilation terminated.

exit status 1
Error compiling for board Arduino/Genuino 101.

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

Any idea of how to fix this?

I have updated my Intel Curie Board package to its latest version.

Any idea of how to fix this?

Hang on for a few weeks while I find a picture of an answer.

The code is text. The error messages are text. NEVER again post a picture of text.

PaulS:
NEVER again post a picture of text.

jeez dude, did you wake up on the wrong side of the dungeon?

@ALIMONK,

It seems that the IDE cannot find the library file for BlynkSimpleCureiBLE.

If you added it and you are sure, did you also try restarting the IDE?

Yes, I have restarted the IDE.

BulldogLowell:
If you added it and you are sure, did you also try restarting the IDE?

That was a multi part question even though it had a single question mark :wink: Highlighted a crucial part.

Does anyone know where I can manually download the Blynk Library, my Library is not updating everytime I Update and Reinstall it from the IDE.

Here you go!

But can you tell us exactly what you do to install it from the library manager?

And can you please start answering all questions!

To install it from the Library Manager I got to Sketch -> Include Library -> Manage Libraries -> Search up Blynk and Download/Update
I've downloaded the files from the Official Blynk Website, but the .zip does not contain the BlynkSimpleCurieBLE file.

In both cases, mine does. If I download the zip from GitHub or install it via the library manager, I have the "BlynkSimpleCurieBLE.h". So you most do something else than you tell us.

I downloaded the Blynk_Release_v0.4.7 from GitHub and it had the BlynkSimpleCurieBLE file in it but for some reason the Blynk_Release_v0.4.6 Zip File did not have the BlynkSimpleCurieBLE File. I guess I was not downloading the Updated Zip File.

Problem Solved, Thank you @septillion

I know this is an old thread, but I am having the same issues and not sure why. I try to compile the sketch and it fails on the #include line. I have the most recent version and have updated and installed blynk by going to manage libraries. I have restarted everything as well and still no luck. Any suggestions?

wcirvin:
I have the most recent version

That is as useful as saying "I have the most recent car" or "I like the most recent candy". What the heck is that exactly?

Maybe because the line should be #include <BlynkSimpleCurieBLE.h>?

Steve