Home > Software engineering >  Consult the compiler error
Consult the compiler error

Time:09-17

Before I put the program in the whole project from computer to another computer, want to Debug program, the compiler error, prompt LNK1266 read test file "D: \ myProject \ x64 \ Debug \ myProject PGD" error: the file is not found,

I searched from the computer, really don't have this file, want to ask is a must to generate this file? How to generate? But before the computer also does not have this file, why can normal compile run debug?

CodePudding user response:

Rebuild all
Give it a try
  • Related