ue4plugins / VlcMedia

Media Framework plug-in using the Video LAN Codec (libvlc).
BSD 3-Clause "New" or "Revised" License
267 stars 143 forks source link

UE 4.15.1 Build Failed. #30

Closed Ozymandias1 closed 7 years ago

Ozymandias1 commented 7 years ago

I follow this steps.

  1. download VlcMedia (https://github.com/ue4plugins/VlcMedia/releases/tag/4.15)
  2. Copy the file and folders into my Test C++ Game Project.
  3. Generate Visual Studio project files.
  4. Open Visual Studio (I use Visual Studio Community 2015) and Build.
  5. and I see error(see below picture) image

so, how can i fix it?

is this not supported on Unreal Engine 4.15.1?

best regards.

KhArtNJava commented 7 years ago

Hi. Just ignore this error...

Ozymandias1 commented 7 years ago

thanks for reply.

I try to ignore error. but i can't.

if i ignore this error and open unreal engine project file, then i see this error. image in this step, i click yes button, then this error appeared.

image

is this possible to build error by 2-byte character system? (ue4 or os).

i use korean language.

best regards.

gmpreussner commented 7 years ago

Sorry, this was a bug in 4.15. I missed a UBT change in 4.15 that prevents the plug-in from compiling as a project plug-in. Please clone the plug-in into /Engine/Plugins instead. Alternatively, you can also add the following line to all three *.Build.cs files:

PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;