I'm using vs2015 build chromium project, when I open chrome.sln, and build from chrome.vcxproj.
It has some error, like "error C1041: cannot open program database sync_core.cc.pdb; if multiple CL.EXE write to the same .PDB file, please use /FS"

I search this message on internet, it has some solution(set "/FS" in project->properties->C/C++ -> Commandline -> Additional Options), but I tried...,it's not work.
only sync_core.vcxproj has "C/C++ -> Commandline -> Additional Options", chrome.vcxproj did not.
I set "/FS" in sync_core.vcxproj is correct? how can i fix it...

