Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

+1 vote

Hello i was trying to use WWise on my Unreal Engine 4 project but when i added the plugin into my project i was given the error "Unable to expand variable in '$(DXSDK_DIR)\Lib\x64". After digging around a bit i noticed that i didn't have the DXSDK_DIR Environment Variable. I created it on both system and user and i pointed to "C:\Program Files\Epic Games\UE_4.20\Engine\Source\ThirdParty\Windows\DirectX" and i still have the same error. If i replace $(DXSDK_DIR) with the hardcoded path or with Environment.GetEnvironmentVariable("DXSDK_DIR", EnvironmentVariableTarget.Machine) it works, so why isn't he recognizing $(DXSDK_DIR)?

in General Discussion by David P. (110 points)

1 Answer

0 votes
Hello.
I also suffered from the same problem, but since I got settled, I will share the information.

Since there is an answer that is helpful in ANSWERHUB of UE 4, we have found this and resolved it.
↓ That site.
https://answers.unrealengine.com/questions/816524/420-directx-compilation-error.html

I hope this information will be of your help.
by User106570 (140 points)
...