I can't enable Live Visual Tree in Visual Studio 2017 for UWP app (C#). This tool was working on VS2015, but never worked for me in VS2017. It works with no problems for my WPF projects.
I'm getting the following error message in Live Visual Tree
:
UI debugging requires the latest version of the SDK and the Universal Windows App Development Tools. Ensure that these tools are installed to enable UI Debugging.
What I tried:
- Make sure that
Enable UI Debugging Tools for XAML
is Checked inOptions/Debugging
. - Reinstalled
Windows 10 SDK (10.0.15063.0) for UWP: C#, VB, JS
I can't find any information about the issue (relevant to VS 2017, although found some info about VS2015) in web or in Stack Overflow. Please help.