You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to run cmake -S C:\Users\enzeyuan\Documents\GitHub\SimpleBLE\simpleble -B build_simpleble, but it gives me errors msg:
-- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.19045.
CMake Error at CMakeLists.txt:5 (project):
Failed to run MSBuild command:
C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe
to get the value of VCTargetsPath:
Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
MSBUILD : error MSB1009: Project file does not exist.
Switch: VCTargetsPath.vcxproj
Exit code: 1
-- Configuring incomplete, errors occurred!
My cmake version is 3.27.0, and I only installed VScode 19, and I installed universal windows development and desktop development with C++ extensions, I really tried all means but still can't fix this, could there be some help, please!! I tried the solutions on google, adding MSBuild to path, and so on, but non of them fixed my problem.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I try to run cmake -S C:\Users\enzeyuan\Documents\GitHub\SimpleBLE\simpleble -B build_simpleble, but it gives me errors msg:
My cmake version is 3.27.0, and I only installed VScode 19, and I installed universal windows development and desktop development with C++ extensions, I really tried all means but still can't fix this, could there be some help, please!! I tried the solutions on google, adding MSBuild to path, and so on, but non of them fixed my problem.
Beta Was this translation helpful? Give feedback.
All reactions