When I build my c++ solution in Visual Studio it complains that the xxxxx.pch file is missing. Is there a setting I am missing to get the pre-compiled headers back?
Try Build > Clean Solution, then Build > Build Solution. This works for me.