I am trying to build a pose landmark detection program in android. For that reason, I am trying to create MediaPipe framework. I am working in Windows 11 and Bazel version 6.2.1.
I followed every steps as described in https://developers.google.com/mediapipe/framework/getting_started/install#installing_on_windows.
As per above link I used BAZEL_VC="C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64" as this folder contains the files cl.exe, link.exe, lib.exe, ml64.exe.
But that caused following error
This is very much weird. The above mentioned path contains all required files (cl.exe, link.exe, lib.exe, ml64.exe), then why am I getting this error. Can someone please help me on this error.