Swipe icon indicating copy to clipboard operation
Swipe copied to clipboard

4.16

Open migero opened this issue 6 years ago • 1 comments

when i compile i get

All source files in module "Swipe" must include the same precompiled header first. Currently "...\Plugins\Swipe\Source\Swipe\Private\SwipePrivatePCH.h" is included by most of the source files. The following source files are not including "...\Plugins\Swipe\Source\Swipe\Private\SwipePrivatePCH.h" as their first include: MyProject5 ...\Intermediate\ProjectFiles\EXEC 1

migero avatar Sep 01 '17 19:09 migero

ok fixed by setting

#include "SwipePrivatePCH.h"

first in every cpp file

migero avatar Sep 01 '17 19:09 migero