Hello. I recently installed Visual Studio 2015 and started a Win32 project, but whenever I am going to compile some files can not be located.
I went into the properties of my project and clicked on VC++ Directories
, I realized that there is an incorrect environment variable. $(VC_LibraryPath_x86)
has the path to the C:\Program Files\Windows Kits\Lib.0.10240.0\ucrt\x86
folder (see image 1), but this folder does not exist on my computer, instead I have a very similar folder (see image 2) that contains the files that are not being localized.
Why do not I have the correct folder? And is there any problem in using the folder I have? How do I resolve this problem?
Image 1
Image2