Error C1041 cannot open program database 'C:\Demo_Temp\vstyles\app\Debug\vc142.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS app2 C:\Demo_Temp\vstyles\app\main.c 1
- Visual Studio 2013 fatal error C1041 /FS
A Good Solution, very clean I had this problem because different projects in a solution had the same intermediate directory. Changing
In Configuration Properties | General | Intermediate Directory in each of the projects solved it.
A Solution, not so good If you have multiple projects within the solution, you need to add /FS to each project for it to work. Simply select the project->properties->C/C++ -> Commandline ->Additional Options.
This is a paragraph.
This is a paragraph.
This is a paragraph.
This is a paragraph.
This is a paragraph.
This is a paragraph.
This is a paragraph.
This is a paragraph.
This is a paragraph.
This is a paragraph.
This is a paragraph.
This is a paragraph.
This is a paragraph.
This is a paragraph.
This is a paragraph.
This is a paragraph.
This is a paragraph.
No comments:
Post a Comment