error C1083: Cannot open source file: '/bigobj': No such file or directory

1.4k views Asked by At

In Visual Studio 2013, I had to set the /bigobj flag on one of my projects because it would not compile otherwise. I rebuilt the solution, and this error appears :

Error 1299 error C1083: Cannot open source file: '/bigobj': No such file or directory

The problem is, /bigobj is not a file, it is a compiler option added to the "Additional options" box in the "Command Line" section of the "C/C++ Properties" of my project.

Why does Visual Studio think it is a file ?

0

There are 0 answers