My system is windows 7 64 bit, Avisynth+ 3.6.0 is installed.
Displayed when loading 64-bit dll:
Cannot load a 64 bit DLL in 32 bit Avisynth: 'D:/Program Files/AviSynthPlus/plugins64+/avss.dll'
You want to run 64bit plugins in a 32bit application - that's what the error, you got, tells us. You should install or build the 64bit version of avisynth as this should be able to work with the plugins.
Also Windows 7 is unsupported by Microsoft. The longer you wait with upgrading to Windows 10 (or using another modern OS) the more problems you will face.
Your path D:/Program Files/AviSynthPlus/plugins64+/ is by AviSynth recognized as an autoload path for 32-bit plugins, because this path is set (as a value) in an inappropriate registry key.
Launch Registry Editor and check / change path values in these keys:
HKEY_CURRENT_USER\SOFTWARE\Avisynth\PluginDir+ for 64-bit version,HKEY_CURRENT_USER\SOFTWARE\Wow6432Node\Avisynth\PluginDir+ for 32-bit version.or (lower priority)
HKEY_LOCAL_MACHINE\SOFTWARE\Avisynth\PluginDir+ for 64-bit version,HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Avisynth\PluginDir+ for 32-bit version.