Nmake project VisualGdb

I use VisualGDB extension  in my c++ project.  I tried latest Resharper and its not work fine with it, help me please how to fix it.

code with Resharper c++ 

Without Resharper: 

here is default project nmake section

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<NMakeIncludeSearchPath>$(LOCALAPPDATA)\VisualGDB\RemoteSourceCache\loclinuxclone\0000\include\c++\5.3.1;$(LOCALAPPDATA)\VisualGDB\RemoteSourceCache\loclinuxclone\0000\include\c++\5.3.1\x86_64-redhat-linux;$(LOCALAPPDATA)\VisualGDB\RemoteSourceCache\loclinuxclone\0000\include\c++\5.3.1\backward;$(LOCALAPPDATA)\VisualGDB\RemoteSourceCache\loclinuxclone\0001\include;$(LOCALAPPDATA)\VisualGDB\RemoteSourceCache\loclinuxclone\0003\include;$(LOCALAPPDATA)\VisualGDB\RemoteSourceCache\loclinuxclone\0000\include;$(LOCALAPPDATA)\VisualGDB\RemoteSourceCache\loclinuxclone\0002\include;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
<NMakeForcedIncludes>$(ProjectDir)\gcc_Debug.h;$(VISUALGDB_DIR)\gcc_compat.h;$(NMakeForcedIncludes)</NMakeForcedIncludes>
<NMakeBuildCommandLine>"$(VISUALGDB_DIR)\VisualGDB.exe" /build "$(ProjectPath)" "/solution:$(SolutionPath)" "/config:$(Configuration)" "/platform:$(Platform)"</NMakeBuildCommandLine>
<NMakeCleanCommandLine>"$(VISUALGDB_DIR)\VisualGDB.exe" /clean "$(ProjectPath)" "/solution:$(SolutionPath)" "/config:$(Configuration)" "/platform:$(Platform)"</NMakeCleanCommandLine>
<NMakeReBuildCommandLine>"$(VISUALGDB_DIR)\VisualGDB.exe" /rebuild "$(ProjectPath)" "/solution:$(SolutionPath)" "/config:$(Configuration)" "/platform:$(Platform)"</NMakeReBuildCommandLine>
<NMakeOutput>$(ProjectDir)VgdbRshrp-Debug.vgdbsettings</NMakeOutput>
<IncludePath />
<ReferencePath />
<LibraryPath />
<NMakePreprocessorDefinitions>__VisualGDB_CFG_Debug;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
</PropertyGroup>

 In NMakeIncludeSearchPath - correct g++ and linux headers 

here is forced include files 

gcc_Debug.h http://pastebin.com/J8XbpV2E

gcc_compat.h http://pastebin.com/RCvZJ4uK

0
1 comment
Avatar
Permanently deleted user

Hello,

Could you please create a request in our issue tracker (https://youtrack.jetbrains.com) and attach this sample project to it (or just send it to igor.akhmetov at jetbrains.com).

Thanks a lot!

0

Please sign in to leave a comment.