Cannot open jsonutilities in 4.7

Hi, after upgrading and encountering unresolved external problem, I found and applied the solution here:

I added the following modules as described:

	PublicDependencyModuleNames.AddRange(new string[] { "Json", "JsonUtilities" });

Now I can build the game only in Editor modes, no standalone builds work (DebugGame, Development).
Else Im getting the error:

Error	1	error LNK1181: cannot open input file 'D:\Program Files (x86)\Unreal Engine\4.7\Engine\Binaries\Win64\UE4Game-Redist-JsonUtilities.lib'	F:\Spirits\SpiritsUEClean\Spirits\Intermediate\ProjectFiles\LINK	Spirits

any ideas?
thanks,
Gabor

there are similar threads, but unfortunately didnt solve my problem:

I cant delete JsonUtilities from module list, because then I get unresolved external… :frowning:

sorry, after rebuild all removing JsonUtilities from Build.cs works :slight_smile: