I just installed VSCode on Windows to start using it as my first IDE. However, putting some basic programs in there, I noticed it (unlike another IDE I was using) does not have any libraries for C++ whatsoever.
#include <iostream>
for example has a problem, and when I click it it says to go download vcpkg to download the libraries. I followed the instructions on https://learn.microsoft.com/en-us/cpp/build/vcpkg?view=vs-2019 to install it but when I try to use vcpkg search
in the command line it does nothing. Is there any way to use vcpkg with VSCode? Running the .bat file as directed does nothing. I just want to get these libraries in so my programs I've already written will work and I can add new libraries as I need/learn them. Not sure what I'm doing wrong, I followed the instructions exactly, and when I search online there are no other helpful results.