gtreshchev/AudioAnalysisTools

Build error With audio analysis tools

liyuhack opened this issue · 1 comments

Hello bro.....when i try to build my project that contains audio analysis tools plugin , it returns this error

UATHelper: Packaging (Windows (64-bit)):   c:\Program Files\Epic Games\UE_4.27\Engine\Plugins\Marketplace\RuntimeAudioImporter\Source\RuntimeAudioImporter\RuntimeAudioImporter.Build.cs(7,14) : error CS0101: The namespace '<global namespace>' already contains a definition for 'RuntimeAudioImporter'
UATHelper: Packaging (Windows (64-bit)):   c:\Program Files\Epic Games\UE_4.27\Engine\Plugins\Marketplace\RuntimeAudioImporter\Source\RuntimeAudioImporterEditor\RuntimeAudioImporterEditor.Build.cs(5,14) : error CS0101: The namespace '<global namespace>' already contains a definition for 'RuntimeAudioImporterEditor'

ooo...I solved it by deleting RuntimeAudioImporter plugin from unreal egine installation folder. So ther will not be duplicated file.