06-29-2023 02:37 PM
I've just logged into the NI Web Server and it also shows there under the directories.
07-06-2023 08:01 AM
The issue was with my installation of MinGW, whenever I used CMake and Ninja with Visual Studio Code the CMakeCacheFile being generated was using the MinGW compiler instead of the toolchain that was supposed to be used. When you build files according to the link posted earlier the CMakeCacheFile is generated and shows the paths for the tools. Nevertheless, one of the paths still used was still under MinGW but it worked.