In Visual Studio I started making a new project named "Config", and I noticed some red text show up after a few letters.
Why? Is Con a reserved word somewhere? It looks like I can make projects named int or const.
>Solution :
Con is a reserved keyword for Windows. Try to create a con folder or file, and Windows will refuse it
