Mbed.h nowhere to be found - LED blink app compiles and run from web IDE but not from Mbed Studio

Hello Juan Carlos,

In Mbed Studio navigate to the root directory of your project and in the terminal window issue the following command:

mbed deploy

That should find and add missing libraries to your project.
For more options use:

mbed -h

This link could be useful too.