so ive tried this command 4 times
command in question: .\vcpkg\bootstrap-vcpkg.bat
i have git and a powershell open! and i just keep getting the error
".\vcpkg\bootstrap-vcpkg.bat : The term '.\vcpkg\bootstrap-vcpkg.bat' is not recognized as the name of a cmdlet,
function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the
path is correct and try again."
yes i have already googled this, and nothing has seemed to work! pls help :')
#need help installing vcpkg
1 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For more information use !howto ask.
use Conan instead 
my experience with vcpkg hasn't been great, lots of abandonware from 10 years ago, not much else
Conan is more FOSS centric and works fine for me
Conan is an open source, decentralized and multi-platform package manager for C/C++ that allows you to create and share all your native binaries.
okay ty
anyway, I don't use vcpkg so idk (or at least, I haven't used vckpkg in a while because last time I tried it was epic fail)
a more genuine answer is: check that you cd'ed into the correct directory and that that bat file exists where you expect it to
not sure that you would, you would add conan stuff to your build
like if you're using CMake
there are tons of integrations available https://docs.conan.io/en/latest/integrations.html
none of this is really particularly easy or low effort
once you start wanting to bring in libs you beget quite a lot of both effort and learning most likely, esp if you're a beginner
the good news is though that Conan + CMake generally makes life simpler and easier
okay
but you do have to learn them first
ofc ofc
you also kind of need to know at least, idk, up to like intermediate level command line and sysadmin stuff
like how to set environment variables, what $PWD means, etc
what $PATH is etc
like, you need to be comfortable configuring stuff by editing text files
esp if you want to use VSCode
Conan + CMake + Visual Studio would probably be notably easier still
notably Visual Studio is not the same as VSCode
okay ty
are you on Windows?
I mean, I assume you are because .bat
CMake generates a Visual Studio project for you
configure your CMake build with Conan, generate the VS project, then just open it in VS and go
!solved