First of all, whenever I try to make a C++ project VS2015 returns "Could not find a suitable SDK to target." Even though I have build tools V141 and SDK 10.0.14393, I have tried repairing almost every component that I think is having an issue and these errors still occur.
Visual studio 2015 SDK and Build Tool Issues
329 Views Asked by bouncey steve At
1
There are 1 best solutions below
Related Questions in VISUAL-STUDIO-2015
- Tools for Apache Cordova - Installed Plugins are skipped in build
- Intellisense on Visual Studio 2015 RC for bower.json file is not working properly.
- ASP.NET 5 Class Library - Nuget package Web.Config transform
- Visual Studio 2015 RC - Cant add virtual directory
- How do I add an XML Doc Comment to a ClassDeclarationSyntax in Roslyn?
- NuGet throws "Unable to satisfy package dependency constraints" but no dependency is required in the package description
- Visual C++ - Virtual method is not overriden
- Where is memset Hiding In VS 2015?
- Tools for Apache Cordova - TypeScript debugger jumps to wrong line
- Visual Studio 2015 RC Cordova Tools - Plugin Fails to Launch
- Convert/downgrade visual studio 2015 solution file to 2013
- Issues using Visual Studio 2015 with Visual Studio Online Git project
- Can't build JavaScript universal Windows app
- Visual Studio 2015 Ignoring New Folders & Files
- How to add Project Reference in asp.net 5 application
Related Questions in WINDOWS-10
- How to set a app tile properties for a Universal Windows App
- How to debug missing dlls on Windows 10
- does not implement interface member IComponentConnector2
- Eventrigger routed event for AppBarButton?
- How to achieve AlarmApplicationManager AlarmAccessStatus as AllowedWithWakeupCapability?
- Different views with different code behinds but one binary in Windows 10
- Windows 10 xaml Controls Centre Screen
- Is .Net Native automatically enabled on a Windows Store App in Visual Studio 2015 on Windows 10?
- IE compatibility Changing is not working in Windows10 using meta tag
- Compiled Binding Two way
- Programmatic access to USSD from the Windows 10 Desktop
- Windows RT XAML Controls - GridWrap Column autosizing to window size
- Visual Studio Enterprise RC 2015: Windows 10.0.10069 SDK etc install errors
- WP10 TP Unable to get License Information 0xC03F7000
- SystemMediaTransportControl GetForCurrentView() fails in audio background task on Desktop Device Family (UWP C#
Related Questions in WINDOWS-BUILD-TOOLS
- error when installing windows-build-tools and nodejsv 18.0.0
- yarn failing from a node-gyp bug
- ENOENT: no such file or directory \node_modules\install-cmake\bin\cmake'
- Compiling WebRTC Linux ARM on Windows Host
- WindowsBuilder was not able to show GUI
- npm install windows-build-tools on windows
- error MSB4019: Not found the imported project "C:\Microsoft.Cpp.Default.props"
- Installation Hangs after "Successfully installed Python 2.7" while installing production windows-build-tools
- Python package: errors "Microsoft Visual C++ 14.0 or greater is required" & "failed with exit code 2"
- Build tools are installed, still node-gyp build fails
- Visual studio 2015 SDK and Build Tool Issues
- Building ROS2 workspace in Windows Docker image leads to error
- Downloading installers failed. Error: TypeError: 'process.env' only accepts a configurable, writable, and enumerable data descriptor
- Point unreal RunUAT.bat to a custom VS buildtools only copied to a machine (not installed on a machine)
- Scilab 2023 Xcos electrical demo does not work in Windows 10
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I think you'd be better off with a newer version of Visual Studio. Do you have any specific reasons to use Visual Studio 2015?. It's archaic. Try the 2019 or 2022 versions that have better integration with newer versions of Windows SDKs.
If you still want the Visual Studio 2015, try reinstalling it after removing it using the Visual Studio installer. Take some time to manually remove any leftover directories associated with previous installs. When reinstalling try not to pick the latest versions of Windows 10 SDKs and You'll get these options in the individual components section of the installer. (because I don't believe Microsoft still offers support for Visual Studio 2015, so even if there are issues they wouldn't care much about it). If you've installed the Windows 10 SDK as a separate install using its own .msi installer instead as a bundled workload with Visual Studio try uninstalling it and use the Visual Studio installer to reinstall it. Hope this helps!.