After installation and uninstallation of Visual Leak Detector from https://kinddragon.github.io/vld/ it left a lot of it's Include/Lib Directories at the default VS2017 settings.
That doesn't make any problem to projects, but I just want to know, how can I change it back to defaults? Google provided answers only for older Visual Studio.
Here are screenshots:


Where does Visual Studio 2017 store its config?
In this topic (link above) it is told, that VS2017 now saves it's settings in a separate file.
But it also keeps this %AdditionalIncludeDirectories and %AdditionalLibraryDirectories in separate folder c:\Users\YourName\AppData\Local\Microsoft\MSBuild\v4.0\
Here is how Microsoft.Cpp.Win32.user.props looked like:
Also same in Microsoft.Cpp.x64.user.props.
So change the settings for whatever you want and that will change settings in VS2017 (I just deleted the folder).