FlintPlusPlus icon indicating copy to clipboard operation
FlintPlusPlus copied to clipboard

Should take stdafx.h into account for PCH on Windows

Open alarobric opened this issue 8 years ago • 0 comments

On Windows in Visual Studio, precompiled headers are generally called stdafx.h and the include for them must the the first line in the file.

This generates an incorrect Flint++ error The associated header file of .cpp files should be included before any other includes.

Easy fix would be for Flint++ to allow stdafx.h above the associated header.

alarobric avatar Feb 07 '17 23:02 alarobric