I recently downloaded Visual C++ 2010 Express Edition and found a weird bug. If the project path is too long, even with the simplest projects, and you compile it, it'll say Source File Not Found, and in the error will have '\...\...\...\...\...\...\my project path here. It doesn't matter how short the code is or what the code is. Could be a hello world app, doesn't matter. The only way it works is if you move the entire project to another location that has a shorter file path. But then you get another error message where its saying that the source file hasn't been found, and it lists the old path it originally was, thus forcing you to remove the cpp file and reopen it into your project and then it finally works. I never had this problem with C++ 2008 and was wondering if there's a way to fix this bug. Thanks in advance.