Get error RC2247 SYMBOL name too long when opening .rc file in VS of ShooterGame project from marketplace. Few days ago i was opening the same project files in VS and all worked fine. Error still happen on fresh install of UE 4.4.3
Error also point to file d:\ue4\engine\unreal engine\4.4\engine\source\runtime\launch\resources\version.h(0)
in .rc file error change to undefined ENGINE_MAJOR_VERSION, i will try dig deeper into “Runtime/Launch/Resources/Version.h” and search for exact line causing first error
I just encountered this wonderful bug which appears to be the way in which VS itself processes the .rc file after ENGINE_VERSION_STRING is defined, not anything to do with the .rc file. I’ve tried your solution above as well as commenting out certain portions of that definition with no luck This didn’t happen to me until I installed the Windows Management Framework 3.0 yesterday for development work in unrelated stuff. Highly annoying but was wondering if anyone found a way to bypass this to satisfy Visual Studio and UE4. I’ve even uninstalled the Windows Management Framework 3.0 but this didn’t resolve it. I’m tempted to roll back my system to before installing this to see if it helps.