Dear Colleagues! I wanted to program C ++, and Visual Studio 2015 IDE behaved very cunningly. I'm trying to compile an empty project, and she to me:
**Error C1083** Cannot open include file: 'stdio.h': No such file or directory ConsoleApplication2 c:\users\samsung\documents\visual studio 2015\consoleapplication2\consoleapplication2\stdafx.h If I write something in the project
#include <conio.h> So IDE will generally emphasize this to me in red. Here are screenshots of disgrace:

Question:
What do I need to fix in the computer settings or IDE, so that everything works?
