|

楼主 |
发表于 2013-2-21 09:42:18
|
显示全部楼层
问题解决,在官网上找到答案,希望后来者能看到这
Re: Empty Rendering Subsystem dialog, plugins.cfg not found
by Adiss » Wed Jan 04, 2012 2:59 am
If you're using Visual Studio, then typically this is due to your working directory being incorrect. You can find the working directory in Project Properties->Configuration Properties->Debugging->Working Directory.
By default, Visual Studio sets this to $(ProjectDir). You will want to set this to $(TargetDir).
Hope that helps! |
|