Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include order issue on compilation #3

Open
Derjyn opened this issue May 26, 2018 · 1 comment
Open

Include order issue on compilation #3

Derjyn opened this issue May 26, 2018 · 1 comment

Comments

@Derjyn
Copy link

Derjyn commented May 26, 2018

Title says it all.

Severity	Code	Description	Project	File	Line	Suppression State
Error		All source files in module "BlueprintReflectionPlugin" must include the same precompiled header first.  Currently "..\PluginDev\Plugins\BlueprintReflection\Source\BlueprintReflectionPlugin\Classes\BlueprintReflectionFunctions.h" is included by most of the source files.  The following source files are not including "..\PluginDev\Plugins\BlueprintReflection\Source\BlueprintReflectionPlugin\Classes\BlueprintReflectionFunctions.h" as their first include:	PluginDev	..\PluginDev\Intermediate\ProjectFiles\UnrealBuildTool	1	
@ThunderTrent
Copy link

adding #include "BlueprintReflectionFunctions.h" to Source/Private/BlueprintReflectionPlugin.cpp fixed this for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant