Hi,
when I get engine source, or when I start a new C++ project, in VS Properties / Configuration Properties / VC++ Directories are blank, only Executable Directories is fine, all the other ones require to select manually “inherit from parent…” and press Apply.
Compilation works afterwards, but it causes an error message on C++ project start, and probably it is related to not working hot reload. I use 4.7.2. and VS2013 Community, project path contain no special characters, PATH is set properly. (But I’m using a non-English Win7, and my user name contains an ‘á’)
C++ project start problem is described here, which is solved by the process described above (message: The project failed to compile with this version of the engine. Would you like to open the project in Visual Studio?), but when new class is added, it is always needed to set them again and again…
The Hot Reload problem is mentioned here, it is impossible for me currently, after a long compilation it always ends with a message: Error LINK : fatal error LNK1181: cannot open input file ‘delayimp.lib’.
Is there any solution for it? Thanks.
Ivan