impossible to configure visual studio tools for project
已回答
hello ,
i've the lastest version of Clion, and i can't configure fields for MSVC compilers
see the video demonstration :https://drive.google.com/drive/folders/1TXfzIEq7fjJgn6tnIX2aY5pYxJfwyz1-?usp=drive_link
Could you help me ?
Regards
请先登录再写评论。
now, i've this
Hello!
In the Toolset field, you need to specify the path to the Visual Studio distribution, not to the compiler. Please see https://www.jetbrains.com/help/clion/quick-tutorial-on-configuring-clion-on-windows.html#MSVC.
ok thanks you ,but now i've this problem, i can't choose the version sdk , even i installed 11.x version or 10.y version : https://drive.google.com/file/d/1-_WLfeTCyBKhqrxDSsOcOWS16WCWaCWN/view?usp=drive_link
is there an issue in the programmation of CLion ?
Do you need to select a specific version for some reason?
You can leave the toolchain like this:
CLion autodetects all the necessary fields. The toolchain is successfully configured already.
no but these fields can be configured Is it possible,or no ?
Regards
Yes, these fields are configurable.
In the Version field, you need to specify either a full Windows 10 SDK number (e.g.,
10.0.10240.0
) or "8.1" to use the Windows 8.1 SDK.For example, I have the following Windows 10 SDK versions on my machine:
If I specify, for example,
10.0.22621.0
in the Version field, it works:i can't installed sdk, how did you do this, please ?
i installed with this executable: https://developer.microsoft.com/fr-fr/windows/downloads/windows-sdk/, and it doesn't work
Regards
You need to launch
winsdksetup.exe
:And then follow the installation procedure:
By default, the Windows SDK will be installed in
C:\Program Files (x86)\Windows Kits\10
.Hello !
i can't find the SDK cause to ,the location of visual studio is in : D:\Programmes\visualStudio
and correct parameters:
i've report this problem at this link : https://answers.microsoft.com/fr-fr/windows/forum/windows_10-windows_install/comment-installer-le-windows-sdk-10-et-11-autre/428e86d5-472d-4f70-b6a4-29df85be1820
you can see the problem via vidéo demonstration at this link : https://drive.google.com/file/d/1m3Z_JYak3uZLA9wNwwdm6ksM_WVk8Vx-/view?usp=drive_link
could you help me ?
Regards
i've just installed in C: directory and it doesn't work .
vidéo demonstration : https://drive.google.com/file/d/1cBYYZL1OLL4Cd3z_zH43Xr_iFEKMYnfo/view?usp=drive_link
Regards
You're trying to specify
10.0
in the Version field:That's incorrect. As I wrote before, you need to specify a full Windows 10 SDK number.
Please open
C:\Program Files (x86)\Windows Kits\10\bin
in the File Explorer and check what Windows 10 SDK versions are installed on your machine. Like this: