The Arduino Ide does not supportplugin for Visual Studio supports local sketch libraries.
You need to do as russ describes but it's not always as straight forward as just copying the files from the lib to the sketch. This is because when libraries they are compiled slightly differently to the sources in the sketch folder.
Arduino libraries also haveyou can find the capability of source code in sub folders but code in sub folders below a sketch is not supported.plugin here