I am not able to use all the functions related to ‘imagewrapper’ because of this problem.
-
Make New 4.15 Blank Project
-
Make C++ Blueprint Function library
-
Adding ‘#include “Runtime/ImageWrapper/Public/Interfaces/IImageWrapper.h”’ to this will always cause an error.
#include “Runtime/ImageWrapper/Public/Interfaces/IImageWrapper.h”
#include “Runtime/ImageWrapper/Public/Interfaces/IImageWrapperModule.h”
------Error in vs2015------
‘Interfaces/IImageWrapper.h’: No such file or directory
C:\Program Files\Epic Games\UE_4.15\Engine\Source\Runtime\ImageWrapper\Public\Interfaces\IImageWrapperModule.h 7
I do not have any problems if I do this completely the same process from the blank project in 4.14.3.
I did not fix this problem when I reinstalled or checked 4.15.
imagewrapper.h file exists in the correct path.
However, vs2015 does not seem to recognize.
Thanks for reading