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

MyProject could not be compiled. Try rebuilding from source manually. #33

Open
3dnas opened this issue Jul 19, 2017 · 3 comments
Open

Comments

@3dnas
Copy link

3dnas commented Jul 19, 2017

Hello,
I'm struggling to get the plugin working. test on both 4.15 and 4.16 :(
Should I put the downloaded code in "Engine/Plugins" or "MyProject/Plugins"?
When I activate the plugin from the editor and restart, I get the first message to recompile
image
and when I confirm, I get this message
image
Any clue guys?
Thank you so much for your help!

@AleDel
Copy link
Owner

AleDel commented Jul 20, 2017

put the plugin in "MyProject/Plugins"
try open your c++ project and compile from visual studio.

@3dnas
Copy link
Author

3dnas commented Jul 20, 2017

I did it, and here is the message I'm getting (even after recompiling from VS)
image
Thanks, much appreciated!

@hrkd
Copy link

hrkd commented Feb 16, 2020

I also had this error message and this is how I fix it.

  • open MyProject.sln from visual studio
  • build and read error messages.
  • edit #include ModuleManager.h to #include Modules/ModuleManager.h in SpoutModule.h and SpoutModule.cpp
  • edit #include AllowWindowsPlatformTypes.h to #include Windows/AllowWindowsPlatformTypes.h in SpoutBPFunctionLibrary.h

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

3 participants