Your compiler is asking for "Debug\lab 11.pch" from your file system and your file system can't find it. Maybe because the backslash should be a forward slash?
@xaNDER90 : get rid of all the precompiled header nonsense and you'll get rid of the errors ( you need to modify some settings or start a new project )