I have solution with two projects.
Each project is compiled successfully.
When I write include at one project to file in the second project I get the fatal error:
Fatal Error c1189 : #error : include 'stdafx.h' before including this file for PCH

What is the problem?