-
Notifications
You must be signed in to change notification settings - Fork 123
Description

After qMake progress in GitBash, when trying Compile in Visual Studio 2013, I faced with below fail with an error. How do I deal with this?
1>------ Build started: Project: ImagePlay, Configuration: Debug x64 ------ 1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets(942,5): warning MSB8027: Two or more files with the name of stafx.h.cpp will produce outputs to the same location. This can lead to an incorrect build result. The files involved are include\stafx.h.cpp, include\stafx.h.cpp. 1> main.cpp 1>src\main.cpp : fatal error C1083: Cannot open precompiled header file: '..\intermediate\ImagePlay\Debug\x64\\ImagePlay.pch': No such file or directory ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========