https://github.com/bitcoin/bitcoin/blob/master/build_msvc/README.md contains a description about how to build with Visual Studio. It suggests a way to deal with external dependency libraries but still isn't a straightforward process and it's very time consuming to setup such an environment, as evidenced by #17864
would be nice to have an easy to use docker image that can be used to build bitcoin, with needed dependencies already there
it seems Visual Studio Code has an extension that allow you to develop inside a container, see https://code.visualstudio.com/docs/remote/containers , so this would be the perfect solution to have an easy to use environment to build bitcoin, would be possible to have such feature implemented?
(I'm not aware of something similar for Visual Studio 2019, would be nice to have it supported too)