> Hello Everyone, > > I am trying to build XALAN on Windows 2000 Professional with VS.NET 2002 and I've gotten most of it > built except any projects that depend on Harness_1D.lib. I see the following error while compiling the > Harness project with the Debug configuration: > > c:\Program Files\Microsoft Visual Studio .NET\Vc7\include\xutility(433): error C2857: '#include' statement > specified with the /Ycstdafx.h command-line option was not found in the source file
You don't say which version of Xalan you're using, but I can build the latest source code without any errors. That error indicates the file "stdafx.h" has been specified using the /Yc option, which usually happens when you're building an MFC project, or you've used the Project Wizard to create a project for you. You might want to verify that stdafx.h is not specified anywhere in the .vcproj files for Xalan, that you did not add it, or that the conversion processs did not add it, if you're not working with the .vcproj files in CVS. Dave
