Libraries not being recognized in the code

I am working with barometric pressure sensors (BMP085 and MPL115A2).
I downloaded the libraries into their proper folders, changed the names of folders if that was instructed, and #include them in the code.
Even after following that procedure, the libraries will not read in my code. I have even tried installing the newer version of Arduino and restarting my computer a couple times.

They show up in the Import Library section in the menu bar, but they do not work when the code is run.

Has this happened to anyone before?

Please list the exact error(s) you are getting?

The errors I am getting are from the lines afterwards that should have been initialized in the library. I am not getting an error from the actual library, just the code.